Files
2026-03-21 12:43:00 -05:00

23 lines
727 B
TOML

[build]
type = "autotools"
[build.flags]
configure = ["--disable-static"]
post_install = [ "ln -sv pkgconf $DESTDIR/usr/bin/pkg-config", "ln -sv pkgconf.1 $DESTDIR/usr/share/man/man1/pkg-config.1" ]
skip_tests = true
[dependencies]
runtime = ["glibc"]
[package]
description = "successor to pkg-config and contains a tool for passing the include path and/or library paths to build tools during the configure and make phases of package installations"
homepage = "http://pkgconf.org/"
license = "ISC"
name = "pkgconf"
version = "2.5.1"
[[source]]
extract_dir = "$name-$version"
sha256 = "cd05c9589b9f86ecf044c10a2269822bc9eb001eced2582cfffd658b0a50c243"
url = "https://distfiles.ariadne.space/pkgconf/pkgconf-$version.tar.xz"