[arch-commits] Commit in laz-perf/repos (2 files)

Felix Yan felixonmars at archlinux.org
Tue Jul 7 17:33:03 UTC 2020


    Date: Tuesday, July 7, 2020 @ 17:33:03
  Author: felixonmars
Revision: 659770

archrelease: copy trunk to community-staging-any

Added:
  laz-perf/repos/community-staging-any/
  laz-perf/repos/community-staging-any/PKGBUILD
    (from rev 659769, laz-perf/trunk/PKGBUILD)

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

Copied: laz-perf/repos/community-staging-any/PKGBUILD (from rev 659769, laz-perf/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-07-07 17:33:03 UTC (rev 659770)
@@ -0,0 +1,34 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+pkgname=laz-perf
+pkgver=1.3.0
+epoch=1
+pkgrel=2
+pkgdesc="Alternative LAZ implementation for C++ and JavaScript"
+arch=(any)
+url="https://github.com/hobu/laz-perf"
+license=(LGPL)
+makedepends=(cmake)
+source=("https://github.com/hobu/laz-perf/archive/${pkgver}.tar.gz")
+sha512sums=('4e6e5197a90bf98fe6784a56e940070ad640ee2791443b9232960fd0f7639cc8d48d5c13df0cfc228e6be5fccd600afb1c171cb5e127bd874688e0ab231c25a8')
+
+build() {
+  mkdir -p laz-perf-$pkgver/build
+  cd laz-perf-$pkgver/build
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+  make
+}
+
+check() {
+  cd laz-perf-$pkgver/build
+
+  make test
+}
+
+package() {
+  cd laz-perf-$pkgver/build
+
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list