opt/zstd/Pkgfile

17 lines
395 B
Plaintext
Raw Normal View History

2017-11-20 23:04:27 +01:00
# Description: Real-time compression with high compression ratios.
2020-09-21 19:00:18 +02:00
# URL: https://facebook.github.io/zstd/
2017-11-20 23:04:27 +01:00
# Maintainer: Fredrik Rinnestam, fredrik at crux dot nu
2020-09-21 19:00:18 +02:00
# Depends on: zlib xz
2017-11-20 23:04:27 +01:00
name=zstd
2020-05-25 00:27:39 +02:00
version=1.4.5
release=1
2017-11-20 23:04:27 +01:00
source=(https://github.com/facebook/zstd/archive/v$version/$name-v$version.tar.gz)
build() {
cd zstd-$version
2020-03-10 20:04:49 +01:00
make HAVE_THREAD=1
2017-11-20 23:04:27 +01:00
PREFIX=/usr make DESTDIR=$PKG install
}