# Description: Extremely fast non-cryptographic hash algorithm # URL: http://www.xxhash.com/ # Maintainer: KRAK3N Team, extra ports at krak3n dot my # Depends on: name=xxhash version=0.8.3 release=1 source=(https://github.com/Cyan4973/xxHash/archive/v${version}/xxHash-v${version}.tar.gz) build() { cd xxHash-${version} make PREFIX=/usr make PREFIX=/usr DESTDIR=$PKG install }