19 lines
521 B
Bash
19 lines
521 B
Bash
# Template file for 'pkgconf'
|
|
pkgname=pkgconf
|
|
version=1.4.1
|
|
revision=1
|
|
conflicts="pkg-config"
|
|
build_style=gnu-configure
|
|
hostmakedepends="libtool"
|
|
checkdepends="kyua"
|
|
short_desc="Provides compiler and linker configuration"
|
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
|
license="MIT"
|
|
homepage="https://github.com/pkgconf/pkgconf"
|
|
distfiles="https://distfiles.dereferenced.org/pkgconf/$pkgname-$version.tar.xz"
|
|
checksum=961d6f4df814436fceaea8171d94313c854d209d5f6be2137ed3e9fe0251cbf8
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|