# Template file for 'libmaxminddb'
pkgname=libmaxminddb
version=1.3.2
revision=1
build_style=gnu-configure
short_desc="A library for working with MaxMind DB files"
maintainer="Elie ROUDNINSKI <xademax@gmail.com>"
license="Apache-2.0"
homepage="https://maxmind.github.io/${pkgname}/"
distfiles="https://github.com/maxmind/${pkgname}/releases/download/${version}/${pkgname}-${version}.tar.gz"
checksum=e6f881aa6bd8cfa154a44d965450620df1f714c6dc9dd9971ad98f6e04f6c0f0

libmaxminddb-devel_package() {
	short_desc+=" - development files"
	depends="${sourcepkg}>=${version}_${revision}"
	pkg_install() {
		vmove usr/include
		vmove usr/share/man/man3
	}
}
