Leonid Plyushch
5 years ago
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with
2 additions and
2 deletions
-
packages/bat/build.sh
|
|
@ -1,9 +1,9 @@ |
|
|
|
TERMUX_PKG_HOMEPAGE=https://github.com/sharkdp/bat |
|
|
|
TERMUX_PKG_DESCRIPTION="A cat(1) clone with wings" |
|
|
|
TERMUX_PKG_LICENSE="Apache-2.0" |
|
|
|
TERMUX_PKG_VERSION=0.12.1 |
|
|
|
TERMUX_PKG_VERSION=0.13.0 |
|
|
|
TERMUX_PKG_SRCURL=https://github.com/sharkdp/bat/archive/v$TERMUX_PKG_VERSION.tar.gz |
|
|
|
TERMUX_PKG_SHA256=1dd184ddc9e5228ba94d19afc0b8b440bfc1819fef8133fe331e2c0ec9e3f8e2 |
|
|
|
TERMUX_PKG_SHA256=f4aee370013e2a3bc84c405738ed0ab6e334d3a9f22c18031a7ea008cd5abd2a |
|
|
|
# bat calls less with '--RAW-CONTROL-CHARS' which busybox less does not support: |
|
|
|
TERMUX_PKG_DEPENDS="less, zlib" |
|
|
|
TERMUX_PKG_BUILD_IN_SRC=true |
|
|
|