pkgconf-pkg-config (477B)
1 #!/usr/bin/env pthbs-build 2 #+busybox.f4ef3d511c029095beda8d21dd48f7730bec63fb09792ca951402d6620338089 3 #+pkgconf.8989a4f72488f7aa07829d6a6630278dcee3f3d5ce6e384d580b12f800db1116 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