contrib/xxhash/Pkgfile

15 lines
338 B
Plaintext
Raw Normal View History

2021-01-05 16:21:18 +01:00
# Description: Extremely fast non-cryptographic hash algorithm
# URL: https://cyan4973.github.io/xxHash/
2021-02-10 12:11:57 +01:00
# Maintainer: UNMAINTAINED
2021-01-05 16:21:18 +01:00
name=xxhash
version=0.8.0
release=1
source=(https://github.com/Cyan4973/xxHash/archive/v$version/$name-$version.tar.gz)
build() {
cd xxHash-$version
make PREFIX=/usr DESTDIR=$PKG install
}