new xxhash port

This commit is contained in:
Alexander Zhirov 2024-03-24 22:14:13 +03:00
parent 01ca87bdbd
commit de789c004e
1 changed files with 13 additions and 0 deletions

13
ports/x/xxhash/Pkgfile Normal file
View File

@ -0,0 +1,13 @@
# Description: extremely fast, noncryptographic hash algorithm
# URL: https://github.com/Cyan4973/xxHash
# Maintainer: Alexander Zhirov
name=xxhash
version=0.8.2
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
}