[arch-commits] Commit in gmsynth.lv2/repos (2 files)

David Runge dvzrv at archlinux.org
Tue Oct 23 21:36:41 UTC 2018


    Date: Tuesday, October 23, 2018 @ 21:36:41
  Author: dvzrv
Revision: 398731

archrelease: copy trunk to community-testing-x86_64

Added:
  gmsynth.lv2/repos/community-testing-x86_64/
  gmsynth.lv2/repos/community-testing-x86_64/PKGBUILD
    (from rev 398730, gmsynth.lv2/trunk/PKGBUILD)

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

Copied: gmsynth.lv2/repos/community-testing-x86_64/PKGBUILD (from rev 398730, gmsynth.lv2/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2018-10-23 21:36:41 UTC (rev 398731)
@@ -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