Skip to content
Snippets Groups Projects
Commit 7cbe3c69 authored by Maxime Gauduin's avatar Maxime Gauduin
Browse files

Add xxhash

parents
No related branches found
No related tags found
No related merge requests found
PKGBUILD 0 → 100644
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
# Contributor: Fabien Dubosson <fabien.dubosson@gmail.com>
# Contributor: Konstantin Gizdov <arch@kge.com>
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:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment