[arch-commits] Commit in beatslash-lv2/repos (2 files)
David Runge
dvzrv at archlinux.org
Tue Oct 23 19:03:00 UTC 2018
Date: Tuesday, October 23, 2018 @ 19:03:00
Author: dvzrv
Revision: 398715
archrelease: copy trunk to community-testing-x86_64
Added:
beatslash-lv2/repos/community-testing-x86_64/
beatslash-lv2/repos/community-testing-x86_64/PKGBUILD
(from rev 398714, beatslash-lv2/trunk/PKGBUILD)
----------+
PKGBUILD | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
Copied: beatslash-lv2/repos/community-testing-x86_64/PKGBUILD (from rev 398714, beatslash-lv2/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2018-10-23 19:03:00 UTC (rev 398715)
@@ -0,0 +1,26 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: Christopher Arndt <aur -at- chrisarndt -dot- de>
+pkgname=beatslash-lv2
+pkgver=1.0.5
+pkgrel=2
+pkgdesc="A set of plugins for live beat repeating and beat slicing"
+arch=('x86_64')
+url="https://objectivewave.wordpress.com/beatslash-lv2"
+license=('GPL3')
+groups=('lv2-plugins' 'pro-audio')
+depends=('gtkmm')
+makedepends=('lv2' 'lvtk' 'python2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/blablack/${pkgname}/archive/${pkgver}.tar.gz")
+sha512sums=('089cd3329cef4e91f2e0b0c9cf09c524c2ce81571c35d93b92d88a69f0abecec3b5014116e4b88c960fb437bda17d539874ab3c9b95d04ca1df61a5fad575e69')
+
+build() {
+ cd "$pkgname-$pkgver"
+ python2 waf configure --prefix=/usr
+ python2 waf
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+ python2 waf install --destdir="$pkgdir/"
+ install -vDm 644 {THANKS,README.md} -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
More information about the arch-commits
mailing list