blob: 2cd6f7be00edb3c30f6b655cf1f1dd9e039a260d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Maintainer: bliepp
pkgname=clap-host-dummy
pkgver=1.0
pkgrel=1
pkgdesc="Empty package to satisfy the dependencies of clap plugins for manually installed clap hosts"
arch=(any)
url="https://github.com/free-audio/clap"
license=("CC0-1.0")
provides=("clap-host")
depends=()
makedepends=()
source=()
sha256sums=()
package() {
echo "This is an empty package to satisfy the dependencies of clap plugins for manually installed clap hosts."
}
|