# zstd - Fast real-time compression
# Generated from manifest.tsv by gen-ports.py. Edit the manifest, not this file,
# unless the package needs something the template cannot express - in which case
# drop a `recipe.local` beside it and it will be preserved.
name=zstd
version=1.5.7
release=1
desc="Fast real-time compression"
url="https://facebook.github.io/zstd/"
license="BSD-3-Clause"
depend="glibc"
makedepend=""
source="https://github.com/facebook/zstd/releases/download/v1.5.7/zstd-1.5.7.tar.gz"
sha256="SKIP"

build() {
	cd "zstd-1.5.7"
	make -j"$JOBS" PREFIX=/usr
}

package() {
	cd "zstd-1.5.7"
	make PREFIX=/usr DESTDIR="$pkgdir" install
}
