Date: Monday, July 2, 2018 @ 16:43:57 Author: alucryd Revision: 349927
Add xxhash Added: xxhash/ xxhash/trunk/ xxhash/trunk/PKGBUILD ----------+ PKGBUILD | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) Added: xxhash/trunk/PKGBUILD =================================================================== --- xxhash/trunk/PKGBUILD (rev 0) +++ xxhash/trunk/PKGBUILD 2018-07-02 16:43:57 UTC (rev 349927) @@ -0,0 +1,26 @@ +# $Id$ +# Maintainer: Maxime Gauduin <[email protected]> +# Contributor: Fabien Dubosson <[email protected]> +# Contributor: Konstantin Gizdov <[email protected]> + +pkgname=xxhash +pkgver=0.6.5 +pkgrel=1 +pkgdesc='Extremely fast non-cryptographic hash algorithm' +arch=('x86_64') +url='http://www.xxhash.com/' +license=('GPL2' 'BSD') +makedepends=('git') +source=("git+https://github.com/Cyan4973/xxHash.git#tag=v${pkgver}") +sha256sums=('SKIP') + +build() { + make PREFIX='/usr' -C xxHash +} + +package() { + make PREFIX='/usr' DESTDIR="${pkgdir}" -C xxHash install + install -Dm 644 xxHash/LICENSE -t "${pkgdir}"/usr/share/licenses/xxhash +} + +# vim:set ts=4 sw=4 et: Property changes on: xxhash/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
