summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: b4a3834b28568b6bd9fc464955d26f2f1b16e14e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
pkgbase=tal-noisemaker
pkgname=("${pkgbase}-bin")
pkgver=5.0.6
pkgrel=1
arch=('x86_64')
groups=('pro-audio' "clap-plugins" 'vst-plugins' 'vst3-plugins')
pkgdesc="A Free Soft Synth By TAL Software"
url="https://tal-software.com/products/tal-noisemaker"
license=('EULA')
depends=('glibc' 'libcurl-gnutls')
source=('https://tal-software.com/downloads/plugins/TAL-NoiseMaker_64_linux.zip')
sha256sums=('328565e646f98f14dd931a33fa438a4c9eddc451e759b92d1005f4336fa3fd20')

package_tal-noisemaker-bin() { 
  ## VST2 Plugin
  install -Dm755 ${srcdir}/TAL-NoiseMaker/libTAL-NoiseMaker.so ${pkgdir}/usr/lib/vst/TAL\ Software/libTAL-NoiseMaker.so

  ## VST3 Plugin
  install -Dm755 ${srcdir}/TAL-NoiseMaker/TAL-NoiseMaker.vst3/Contents/x86_64-linux/TAL-NoiseMaker.so ${pkgdir}/usr/lib/vst3/TAL\ Software/TAL-NoiseMaker.vst3/Contents/x86_64-linux/TAL-NoiseMaker.so

  ## CLAP Plugin
  install -Dm755 ${srcdir}/TAL-NoiseMaker/TAL-NoiseMaker.clap ${pkgdir}/usr/lib/clap/TAL-NoiseMaker.clap
}