void-packages/srcpkgs/mobile-broadband-provider-info/template
2020-11-29 11:30:26 +07:00

22 lines
725 B
Bash

# Template file for 'mobile-broadband-provider-info'
pkgname=mobile-broadband-provider-info
version=20190618
revision=2
build_style=gnu-configure
hostmakedepends="automake libxslt"
checkdepends="libxml2"
short_desc="Database of mobile broadband service providers"
maintainer="Orphaned <orphan@voidlinux.org>"
license="custom:Creative Commons Public Domain"
homepage="https://gitlab.gnome.org/GNOME/mobile-broadband-provider-info/"
distfiles="https://gitlab.gnome.org/GNOME/mobile-broadband-provider-info/-/archive/${version}/mobile-broadband-provider-info-${version}.tar.bz2"
checksum=d0cb1648e7d21c6bd899ab6be0e7963a69521296b43b8b191c9edaf243bf3748
pre_configure() {
autoreconf -fi
}
post_install() {
vlicense COPYING
}