dev-lang/faust - 9999 (mrtnvgr)

Search

Package Information

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

Ebuild Details

Version EAPI Keywords Slot
9999 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
}