| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2.59.6 | 8 | 0 |
EAPI=8
if [[ ${PV} == *9999 ]]; then
EGIT_REPO_URI="https://github.com/grame-cncm/faust.git"
inherit git-r3
else
SRC_URI="https://github.com/grame-cncm/faust/releases/download/${PV}/${P}.tar.gz"
KEYWORDS=""
fi
DESCRIPTION="A realtime audio utility library for C++"
HOMEPAGE="https://github.com/grame-cncm/faust"
LICENSE="GPL-2"
SLOT="0"
RESTRICT="strip"
src_install() {
emake DESTDIR="${D}" PREFIX="/usr" install
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | faust-2.59.6.tar.gz | 78117600 bytes | https://github.com/grame-cncm/faust/releases/download/2.59.6/faust-2.59.6.tar.gz |