1
0
flewkey-overlay/media-plugins/x42-avldrums/x42-avldrums-9999.ebuild
Ryan Fox 55024fb5c7
media-plugins/x42-avldrums: New package
Package-Manager: Portage-3.0.4, Repoman-2.3.23
Signed-off-by: Ryan Fox <flewkey@2a03.party>
2020-09-15 18:48:38 +00:00

28 lines
517 B
Bash

# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EGIT_REPO_URI="https://github.com/x42/avldrums.lv2.git"
inherit git-r3
DESCRIPTION="Dedicated AVLDrumkits LV2 Plugin"
HOMEPAGE="http://x42-plugins.com/x42/x42-avldrums"
LICENSE="GPL-2"
SLOT="0"
DEPEND="
media-libs/lv2
"
RDEPEND="${DEPEND}"
BDEPEND=""
src_compile() {
emake STRIP="true" # Disable stripping
}
src_install() {
emake DESTDIR="${D}" PREFIX="/usr" LV2DIR="/usr/$(get_libdir)/lv2" install
}