new package: zstd (#1786)

This commit is contained in:
Shawn Landden 2017-11-29 14:48:38 -08:00 committed by Fredrik Fornwall
parent 5f18851eac
commit 9aaf1707d5
2 changed files with 14 additions and 0 deletions

View File

@ -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
View 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