new package: zstd (#1786)
This commit is contained in:
parent
5f18851eac
commit
9aaf1707d5
@ -2499,4 +2499,11 @@ char const* const commands[] = {
|
||||
" vcsh",
|
||||
"yarn",
|
||||
" yarn",
|
||||
"zstd",
|
||||
" unzstd",
|
||||
" zstd",
|
||||
" zstdcat",
|
||||
" zstdgrep",
|
||||
" zstdless",
|
||||
" zstdmt",
|
||||
};
|
||||
|
7
packages/zstd/build.sh
Normal file
7
packages/zstd/build.sh
Normal file
@ -0,0 +1,7 @@
|
||||
TERMUX_PKG_HOMEPAGE=https://github.com/facebook/zstd
|
||||
TERMUX_PKG_DESCRIPTION="Zstandard compression."
|
||||
TERMUX_PKG_VERSION=1.3.2
|
||||
TERMUX_PKG_REVISION=1
|
||||
TERMUX_PKG_SHA256=ac5054a3c64e6510bc1ae890d05e3d271cc33ceebc9d06ac9f08105766d2798a
|
||||
TERMUX_PKG_SRCURL=https://github.com/facebook/zstd/archive/v$TERMUX_PKG_VERSION.tar.gz
|
||||
TERMUX_PKG_BUILD_IN_SRC=yes
|
Loading…
Reference in New Issue
Block a user