[arch-commits] Commit in (4 files)

David Runge dvzrv at archlinux.org
Tue Oct 23 21:09:28 UTC 2018


    Date: Tuesday, October 23, 2018 @ 21:09:27
  Author: dvzrv
Revision: 398726

Adding gmsynth.lv2.

Added:
  gmsynth.lv2/
  gmsynth.lv2/repos/
  gmsynth.lv2/trunk/
  gmsynth.lv2/trunk/PKGBUILD

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

Added: gmsynth.lv2/trunk/PKGBUILD
===================================================================
--- gmsynth.lv2/trunk/PKGBUILD	                        (rev 0)
+++ gmsynth.lv2/trunk/PKGBUILD	2018-10-23 21:09:27 UTC (rev 398726)
@@ -0,0 +1,24 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+pkgname=gmsynth.lv2
+pkgver=0.3.0
+pkgrel=2
+pkgdesc="General MIDI LV2 Synth"
+arch=('x86_64')
+url="https://x42-plugins.com/x42/x42-gmsynth"
+license=('GPL2')
+groups=('pro-audio' 'lv2-plugins')
+depends=('glib2')
+makedepends=('lv2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/x42/${pkgname}/archive/v${pkgver}.tar.gz")
+sha512sums=('30c2ccf47dd7f92cbc983328729f9c8caec7624617eb86a31f5f7bdd722cf1b8a95917ceb810e65bbe2f6a432bc60a7c342d33244480239ab259be14b3204a7a')
+
+build() {
+  cd "$pkgname-$pkgver"
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" PREFIX='/usr' install
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}



More information about the arch-commits mailing list