[arch-commits] Commit in (hexter hexter/repos hexter/trunk hexter/trunk/PKGBUILD)
David Runge
dvzrv at archlinux.org
Mon Jun 24 21:32:36 UTC 2019
Date: Monday, June 24, 2019 @ 21:32:36
Author: dvzrv
Revision: 483697
Adding hexter from the AUR.
Added:
hexter/
hexter/repos/
hexter/trunk/
hexter/trunk/PKGBUILD
----------+
PKGBUILD | 38 ++++++++++++++++++++++++++++++++++++++
1 file changed, 38 insertions(+)
Added: hexter/trunk/PKGBUILD
===================================================================
--- hexter/trunk/PKGBUILD (rev 0)
+++ hexter/trunk/PKGBUILD 2019-06-24 21:32:36 UTC (rev 483697)
@@ -0,0 +1,38 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+
+pkgname=hexter
+pkgver=1.1.0
+pkgrel=2
+pkgdesc="A Yamaha DX7 modeling software synthesizer for the DSSI Soft Synth Interface"
+arch=('x86_64')
+url="https://github.com/smbolton/hexter"
+license=('GPL2')
+groups=('dssi-plugins' 'pro-audio')
+depends=('alsa-lib' 'gtk2' 'liblo')
+makedepends=('dssi' 'ladspa')
+optdepends=('dssi: for jack-dssi-host as plugin host'
+ 'qtractor: plugin host')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/smbolton/${pkgname}/archive/version_${pkgver}.tar.gz")
+sha512sums=('4e779bf386d79e4e4869e84d0ab600976b3b8f40ad96d79cde6315f378554a86ebf78f4e85e777ed7820842a840b508afdd19a62b42a7d2f65d16c26dfa146f2')
+
+prepare() {
+ mv -v "${pkgname}-version_${pkgver}" "${pkgname}-${pkgver}"
+ cd "$pkgname-$pkgver"
+ ./autogen.sh
+}
+
+build() {
+ cd "$pkgname-$pkgver"
+ ./configure --prefix=/usr
+ make
+}
+
+check() {
+ cd "$pkgname-$pkgver"
+ make -k check
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+ make DESTDIR="$pkgdir/" install
+}
More information about the arch-commits
mailing list