Files
shrap/packages/pkg-config.shrap
2026-02-19 15:55:10 +01:00

13 lines
444 B
Plaintext

(package
(name "pkg-config")
(version "2.5.1")
(homepage "https://github.com/pkgconf/pkgconf")
(dependencies xz)
(src (tar
(url "https://distfiles.ariadne.space/pkgconf/pkgconf-2.5.1.tar.xz")
(dir "pkgconf-2.5.1")
(blake3 "c524d73c938e7382d3c12c9cfba16ed32ee092ab21b3e9659a095b5628ea2e88")))
(build
(configure_make)
(shell "ln -sf /usr/bin/pkgconf /usr/bin/pkg-config || true")))