void-packages/srcpkgs/pkgconf/template
2018-02-21 13:42:15 +01:00

18 lines
521 B
Bash

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