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