dev-lang/faust - 9999 (mrtnvgr)

Search

Install

Install this version:

emerge -a =dev-lang/faust-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-lang/faust-9999

Or alternatively:

emerge --autounmask-write -a =dev-lang/faust-9999

Package Information

Description:
A realtime audio utility library for C++
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
}

Inherited Eclasses