mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 09:22:57 +02:00
parent
613f045cd8
commit
60c56845a9
1 changed files with 3 additions and 2 deletions
|
@ -1,16 +1,17 @@
|
||||||
# Template file for 'pkgconf'
|
# Template file for 'pkgconf'
|
||||||
pkgname=pkgconf
|
pkgname=pkgconf
|
||||||
version=1.3.90
|
version=1.4.0
|
||||||
revision=1
|
revision=1
|
||||||
conflicts="pkg-config"
|
conflicts="pkg-config"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="libtool"
|
hostmakedepends="libtool"
|
||||||
|
checkdepends="kyua"
|
||||||
short_desc="Provides compiler and linker configuration"
|
short_desc="Provides compiler and linker configuration"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/pkgconf/pkgconf"
|
homepage="https://github.com/pkgconf/pkgconf"
|
||||||
distfiles="https://distfiles.dereferenced.org/pkgconf/$pkgname-$version.tar.xz"
|
distfiles="https://distfiles.dereferenced.org/pkgconf/$pkgname-$version.tar.xz"
|
||||||
checksum=112db7f957816901b5fe448715c0a9e38f171d4794c44075b0734a0e7fcfba36
|
checksum=1d112ff35dad516ffbfbdb013df3a035140618fe7632ec44ffa894a9c713301b
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Add table
Reference in a new issue