# Template file for 'osmctools' pkgname=osmctools version=0.9 revision=1 build_style=gnu-configure hostmakedepends="autoconf automake" makedepends="zlib-devel" short_desc="Tools to convert, filter and update OpenStreetMap data files" maintainer="Benjamín Albiñana " license="AGPL-3.0-or-later" homepage="https://gitlab.com/osm-c-tools/osmctools" distfiles="https://gitlab.com/osm-c-tools/osmctools/-/archive/${version}/osmctools-${version}.tar.gz" checksum=2f5298be5b4ba840a04f360c163849b34a31386ccd287657885e21268665f413 pre_configure() { autoreconf -vfi } post_install() { vlicense COPYING }