New package: tokei (#4601)
This commit is contained in:
parent
ef96819f32
commit
5eb9f5496b
14
packages/tokei/build.sh
Executable file
14
packages/tokei/build.sh
Executable file
@ -0,0 +1,14 @@
|
||||
TERMUX_PKG_HOMEPAGE=https://github.com/XAMPPRocky/tokei
|
||||
TERMUX_PKG_DESCRIPTION="A blazingly fast CLOC (Count Lines Of Code) program"
|
||||
TERMUX_PKG_LICENSE="Apache-2.0, MIT"
|
||||
TERMUX_PKG_VERSION=10.1.0
|
||||
TERMUX_PKG_SRCURL=https://github.com/XAMPPRocky/tokei/archive/v$TERMUX_PKG_VERSION.tar.gz
|
||||
TERMUX_PKG_SHA256=86b741d32850b267dcaaad244de8b821b0bd64678b83428b0150820bd963e697
|
||||
TERMUX_PKG_BUILD_IN_SRC=true
|
||||
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--features all"
|
||||
|
||||
termux_step_post_make_install() {
|
||||
install -Dm700 \
|
||||
"$TERMUX_PKG_SRCDIR/target/$CARGO_TARGET_NAME"/release/tokei \
|
||||
"$TERMUX_PREFIX"/bin/tokei
|
||||
}
|
Loading…
Reference in New Issue
Block a user