0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-09-20 15:49:39 +00:00
Files
termux-packages/packages/tokei/build.sh
Termux Github Actions 59fae65922 bump(main/tokei): 13.0.0-alpha.8
This commit has been automatically submitted by Github Actions.
2025-01-14 18:12:17 +00:00

17 lines
666 B
Bash

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_MAINTAINER="@termux"
TERMUX_PKG_VERSION="13.0.0-alpha.8"
TERMUX_PKG_SRCURL=https://github.com/XAMPPRocky/tokei/archive/v$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=695cda39111e6e95f6927e38fd2feeece37a15e52d320b6da8fcf11cd9542c9b
TERMUX_PKG_AUTO_UPDATE=true
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
}