18 lines
502 B
Bash
18 lines
502 B
Bash
# Template file for 'pkgconf'
|
|
pkgname=pkgconf
|
|
version=1.3.90
|
|
revision=1
|
|
conflicts="pkg-config"
|
|
build_style=gnu-configure
|
|
hostmakedepends="libtool"
|
|
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=112db7f957816901b5fe448715c0a9e38f171d4794c44075b0734a0e7fcfba36
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|