xh: Also include bin/xhs symlink to bin/xh
This commit is contained in:
parent
1e7185754f
commit
c4363be6ac
@ -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}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user