opt/zstd/Pkgfile

17 lines
370 B
Plaintext
Raw Normal View History

2017-11-20 23:04:27 +01:00
# Description: Real-time compression with high compression ratios.
# URL: http://www.zstd.net/
# Maintainer: Fredrik Rinnestam, fredrik at crux dot nu
# Depends on: zlib xz
name=zstd
2019-09-21 11:52:13 +02:00
version=1.4.3
2017-11-20 23:04:27 +01:00
release=1
source=(https://github.com/facebook/zstd/archive/v$version/$name-v$version.tar.gz)
build() {
cd zstd-$version
make
PREFIX=/usr make DESTDIR=$PKG install
}