2018-10-08 03:34:29 +02:00
|
|
|
TERMUX_PKG_HOMEPAGE=https://github.com/sharkdp/bat
|
|
|
|
TERMUX_PKG_DESCRIPTION="A cat(1) clone with wings"
|
2019-01-20 22:39:59 +01:00
|
|
|
TERMUX_PKG_LICENSE="Apache-2.0"
|
2018-11-12 22:30:23 +01:00
|
|
|
TERMUX_PKG_VERSION=0.9.0
|
2019-01-19 09:58:17 +01:00
|
|
|
TERMUX_PKG_REVISION=2
|
2018-11-12 22:30:23 +01:00
|
|
|
TERMUX_PKG_SHA256=4ce9c118cf5da1159a882dea389f3c5737b5d98192e9a619b0fe8c1730341cc6
|
2018-10-08 03:34:29 +02:00
|
|
|
TERMUX_PKG_SRCURL=https://github.com/sharkdp/bat/archive/v$TERMUX_PKG_VERSION.tar.gz
|
|
|
|
TERMUX_PKG_BUILD_IN_SRC=yes
|
2019-01-19 09:58:17 +01:00
|
|
|
# bat calls less with '--RAW-CONTROL-CHARS' which busybox less does not support:
|
|
|
|
TERMUX_PKG_DEPENDS="less"
|
2018-10-08 03:34:29 +02:00
|
|
|
|
|
|
|
termux_step_post_make_install() {
|
2018-10-18 05:51:48 +02:00
|
|
|
mkdir -p $TERMUX_PREFIX/share/man/man1
|
2018-10-08 03:34:29 +02:00
|
|
|
cp $TERMUX_PKG_SRCDIR/doc/bat.1 $TERMUX_PREFIX/share/man/man1/
|
|
|
|
}
|