Create distrho-ports-9999.ebuild

pull/4/head
Damien Moody 7 years ago committed by GitHub
parent d4f76392cd
commit 371e09c528

@ -0,0 +1,26 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit git-r3
DESCRIPTION="Linux ports of Distrho plugins."
HOMEPAGE="http://distrho.sourceforge.net"
EGIT_BRANCH="master"
EGIT_REPO_URI="https://github.com/DISTRHO/DISTRHO-Ports.git"
LICENSE="GPL-2"
SLOT="0"
RDEPEND="media-libs/alsa-lib
virtual/jack"
DEPEND="${RDEPEND}
media-libs/freetype
dev-util/premake:3"
src_prepare() {
default
scripts/premake-update.sh linux
}
Loading…
Cancel
Save