pkgconf-pkg-config (477B)
1 #!/usr/bin/env pthbs-build 2 #+busybox.3664b94c09ea6d35ce73985026762c142829e53fed4a38541af3afb00c37dd4a 3 #+pkgconf.d0fef242f6fb7ad19bdc74b6361958616cee9802eb289c7722c7fec7b79cbd90 4 5 mkdir -p "$pthbs_destdir/versions/$pthbs_package" 6 cd "$pthbs_destdir/versions/$pthbs_package" 7 exe=$(realpath "$(which pkgconf)") 8 mkdir command 9 ln -sf "$exe" command/pkg-config 10 printf '%s\t%s\n' "./command/pkg-config" "./command/pkg-config" >>.install-links.new 11 mv .install-links.new .install-links