From 16cfe9253f9b9761b1ae2ecb3a67a02ef9944198 Mon Sep 17 00:00:00 2001 From: Evan Deaubl Date: Wed, 8 Feb 2017 02:59:19 -0700 Subject: [PATCH] New package: xxHash-0.6.2 (#5677) --- srcpkgs/xxHash/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/xxHash/template diff --git a/srcpkgs/xxHash/template b/srcpkgs/xxHash/template new file mode 100644 index 00000000000..6c10f0249d3 --- /dev/null +++ b/srcpkgs/xxHash/template @@ -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 " +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 +}