pthbs

Packaging Through Hashed Build Scripts
git clone https://ccx.te2000.cz/git/pthbs
Log | Files | Refs | Submodules | README

pkgconf-pkg-config (477B)


      1 #!/usr/bin/env pthbs-build
      2 #+busybox.e60885fe93ee85c01831673bb29f0e62a64903f4ce3094e3dc35bc8ec8887ad9
      3 #+pkgconf.939909cf5717c0df6df9ef0e6e5a5745bec05de901f55fee8116cfe2a4f59e1d
      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