xh: Also include bin/xhs symlink to bin/xh

This commit is contained in:
Yaksh Bariya 2022-01-29 17:20:03 +05:30
parent 1e7185754f
commit c4363be6ac
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@ TERMUX_PKG_DESCRIPTION="A friendly and fast tool for sending HTTP requests"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=0.15.0
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://github.com/ducaale/xh.git
TERMUX_PKG_BUILD_IN_SRC=true
@ -13,4 +14,5 @@ termux_step_make() {
termux_step_make_install() {
install -Dm700 -t $TERMUX_PREFIX/bin target/${CARGO_TARGET_NAME}/release/xh
ln -sf $TERMUX_PREFIX/bin/xh{,s}
}