dev-lang/faust - 2.59.6 (mrtnvgr)

Search

Package Information

Homepage:
https://github.com/grame-cncm/faust
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
2.59.6 8 0
View Raw Ebuild
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
}

Manifest for 2.59.6

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