summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: d763781b2f756517d89b171d2cb55a1c209daa35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Maintainer: Christopher Arndt <aur -at- chrisarndt -dot- de>

pkgname=gxplugins-lv2
pkgver=0.2
pkgrel=1
pkgdesc="A set of guitar pedal simulation LV2 plugins from the guitarix project."
arch=('i686' 'x86_64')
url="https://github.com/brummer10/GxPlugins.lv2"
license=('GPL3')
groups=('lv2-plugins')
depends=('gtk2')
makedepends=('lv2' 'libxext' 'freetype2')
source=("https://github.com/brummer10/GxPlugins.lv2/releases/download/v${pkgver}/GxPlugins_v${pkgver}.zip")
md5sums=('289749748ef5cfe6ae8e8f2a9233be9b')


build() {
  cd "${srcdir}/GxPlugins.lv2"
  make INSTALL_DIR=/usr/lib/lv2
}

package() {
  cd "${srcdir}/GxPlugins.lv2"
  make DESTDIR="${pkgdir}" INSTALL_DIR=/usr/lib/lv2 install
}