23 lines
730 B
Bash
23 lines
730 B
Bash
# Template file for 'mobile-broadband-provider-info'
|
|
pkgname=mobile-broadband-provider-info
|
|
version=20190116
|
|
revision=1
|
|
archs=noarch
|
|
build_style=gnu-configure
|
|
hostmakedepends="automake"
|
|
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=ed7def2bbbb1e4ad5f5bf9861acae4d1d6d38f4b0aa998034371345c469a196f
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|