Add clap plugin.
This commit is contained in:
parent
55ac8dae83
commit
20a8ed00f2
2 changed files with 8 additions and 4 deletions
7
PKGBUILD
7
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
# vim:set ts=2 sw=2 et:
|
||||
|
||||
pkgname=airwindows-consolidated-bin
|
||||
pkgver=0.1.0
|
||||
pkgver=0.2.0
|
||||
pkgrel=1
|
||||
_airwin="2025-07-13-dc94a5b"
|
||||
epoch=
|
||||
|
|
@ -10,7 +10,7 @@ pkgdesc="The entirety of the Airwindows collection, as LV2 and VST3."
|
|||
arch=('x86_64')
|
||||
url="https://www.airwindows.com/consolidated/"
|
||||
license=('GPL3')
|
||||
groups=(lv2-plugins pro-audio vst3-plugins)
|
||||
groups=(clap-plugins lv2-plugins pro-audio vst3-plugins)
|
||||
depends=()
|
||||
checkdepends=()
|
||||
optdepends=()
|
||||
|
|
@ -25,7 +25,8 @@ source=("AirwindowsConsolidated-${_airwin}-Linux.zip::https://github.com/baconpa
|
|||
sha256sums=('2fb4e1a1d25d6ea2d5ef428a4211744f56cbb71af282ac90d18b22a0326a84eb')
|
||||
|
||||
package() {
|
||||
mkdir -p "$pkgdir/usr/lib/lv2" "$pkgdir/usr/lib/vst3"
|
||||
mkdir -p "$pkgdir/usr/lib/clap" "$pkgdir/usr/lib/lv2" "$pkgdir/usr/lib/vst3"
|
||||
cp -r "${srcdir}/awcons-products/Airwindows Consolidated.clap" "$pkgdir/usr/lib/clap/"
|
||||
cp -r "${srcdir}/awcons-products/Airwindows Consolidated.lv2" "$pkgdir/usr/lib/lv2/"
|
||||
cp -r "${srcdir}/awcons-products/Airwindows Consolidated.vst3" "$pkgdir/usr/lib/vst3/"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue