void-packages/srcpkgs/pkgconf/template

19 lines
521 B
Bash

# Template file for 'pkgconf'
pkgname=pkgconf
version=1.4.0
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=1d112ff35dad516ffbfbdb013df3a035140618fe7632ec44ffa894a9c713301b
post_install() {
vlicense COPYING
}