[arch-commits] Commit in sherlock.lv/repos (2 files)

David Runge dvzrv at archlinux.org
Sat Apr 14 01:15:39 UTC 2018


    Date: Saturday, April 14, 2018 @ 01:15:38
  Author: dvzrv
Revision: 316238

archrelease: copy trunk to community-testing-x86_64

Added:
  sherlock.lv/repos/community-testing-x86_64/
  sherlock.lv/repos/community-testing-x86_64/PKGBUILD
    (from rev 316237, sherlock.lv/trunk/PKGBUILD)

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

Copied: sherlock.lv/repos/community-testing-x86_64/PKGBUILD (from rev 316237, sherlock.lv/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2018-04-14 01:15:38 UTC (rev 316238)
@@ -0,0 +1,33 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+pkgname=sherlock.lv2
+pkgver=0.14.0
+pkgrel=3
+pkgdesc="An investigative plugin bundle"
+arch=('x86_64')
+url="https://open-music-kontrollers.ch/lv2/sherlock/"
+license=('Artistic2.0')
+groups=('lv2-plugins' 'pro-audio')
+depends=('libgl' 'sratom')
+makedepends=('cmake' 'flex' 'lv2')
+source=("https://git.open-music-kontrollers.ch/lv2/$pkgname/snapshot/$pkgname-$pkgver.tar.xz")
+sha512sums=('fff8aad4bf1570d3919320d0adc2dcbc984d90e0b133f7062d492c1a14540c41cbe02601e490c40c715aa629688d81e39ec2f73906c52c5d4a581a6871783c10')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  mkdir -v build
+}
+
+build() {
+  cd "$pkgname-$pkgver/build"
+  cmake -DCMAKE_BUILD_TYPE=Release \
+        -DCMAKE_INSTALL_PREFIX=/usr \
+        ..
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver/build"
+  make DESTDIR="$pkgdir/" install
+  # docs
+  install -vDm 644 ../README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+}



More information about the arch-commits mailing list