texlive-tlmgr: add subpackage
[termux-packages] / packages / patchelf / build.sh
1 TERMUX_PKG_HOMEPAGE=https://nixos.org/patchelf.html
2 TERMUX_PKG_DESCRIPTION="Utility to modify the dynamic linker and RPATH of ELF executables"
3 # Using a git snapshot to fix https://github.com/termux/termux-packages/issues/1706.
4 TERMUX_PKG_VERSION=0.9.0.1
5 TERMUX_PKG_SHA256=fbf494896e3bb8cef9c47b8c3f4d6d387ab19ff4161b61a8fafbcf7395f960a2
6 TERMUX_PKG_SRCURL=https://github.com/NixOS/patchelf/archive/29c085fd9d3fc972f75b3961905d6b4ecce7eb2b.zip
7 TERMUX_PKG_BUILD_IN_SRC=yes
8
9 termux_step_pre_configure () {
10 ./bootstrap.sh
11 }