parent
2bb0744766
commit
cebab8e6d9
1 changed files with 21 additions and 0 deletions
21
srcpkgs/osmctools/template
Normal file
21
srcpkgs/osmctools/template
Normal file
|
@ -0,0 +1,21 @@
|
|||
# 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 <benalb@gmail.com>"
|
||||
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
|
||||
}
|
Loading…
Reference in a new issue