Create dpf-plugins-9999.ebuild

pull/4/head
Damien Moody 7 years ago committed by GitHub
parent 65f815dd54
commit 78ed7e6d80

@ -0,0 +1,22 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit git-r3
DESCRIPTION="Collection of DPF (Delphi Plugin Framework) based plugins."
HOMEPAGE="http://distrho.sourceforge.net"
EGIT_BRANCH="master"
EGIT_REPO_URI="https://github.com/DISTRHO/DPF-Plugins.git"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="media-libs/alsa-lib
virtual/jack"
DEPEND="${RDEPEND}
media-libs/freetype
dev-util/premake:3"
Loading…
Cancel
Save