New package: xxHash-0.6.2 (#5677)

This commit is contained in:
Evan Deaubl 2017-02-08 02:59:19 -07:00 committed by Juan RP
parent f523f095c6
commit 16cfe9253f

19
srcpkgs/xxHash/template Normal file
View file

@ -0,0 +1,19 @@
# Template file for 'xxHash'
pkgname=xxHash
version=0.6.2
revision=1
build_style=gnu-makefile
short_desc="Fast non-cryptographic hashing algorithm"
maintainer="Evan Deaubl <evan@deaubl.name>"
license="BSD, GPL-2"
homepage="http://xxhash.com"
distfiles="https://github.com/Cyan4973/${pkgname}/archive/v${version}.tar.gz>xxhash-${version}.tar.gz"
checksum=e4da793acbe411e7572124f958fa53b280e5f1821a8bf78d79ace972950b8f82
do_install() {
vbin xxhsum
ln -s xxhsum ${DESTDIR}/usr/bin/xxh32sum
ln -s xxhsum ${DESTDIR}/usr/bin/xxh64sum
vman xxhsum.1
vlicense LICENSE
}