| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 5.0.5 | 8 | 0 |
EAPI=8
DESCRIPTION="A modern and transparent way to use Windows VST2, VST3 and CLAP plugins on Linux"
HOMEPAGE="https://github.com/robbert-vdh/yabridge/"
SRC_URI="https://github.com/robbert-vdh/yabridge/releases/download/${PV}/yabridge-${PV}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""
RESTRICT="strip"
S="${WORKDIR}/yabridge"
src_compile() { :; }
src_install() {
dobin "${S}"/yabridgectl
dobin "${S}"/*.exe
dobin "${S}"/yabridge*.so
dolib.so "${S}"/libyabridge*.so
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | yabridge-5.0.5.tar.gz | 4351797 bytes | https://github.com/robbert-vdh/yabridge/releases/download/5.0.5/yabridge-5.0.5.tar.gz |