[arch-commits] Commit in xxhash (3 files)

Maxime Gauduin alucryd at archlinux.org
Mon Jul 2 16:46:14 UTC 2018


    Date: Monday, July 2, 2018 @ 16:46:14
  Author: alucryd
Revision: 349928

archrelease: copy trunk to community-x86_64

Added:
  xxhash/repos/
  xxhash/repos/community-x86_64/
  xxhash/repos/community-x86_64/PKGBUILD
    (from rev 349927, xxhash/trunk/PKGBUILD)

----------+
 PKGBUILD |   26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

Copied: xxhash/repos/community-x86_64/PKGBUILD (from rev 349927, xxhash/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2018-07-02 16:46:14 UTC (rev 349928)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Fabien Dubosson <fabien.dubosson at gmail.com>
+# Contributor: Konstantin Gizdov <arch at 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:



More information about the arch-commits mailing list