# Copyright 2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="Two free audio effects: A hall reverb and a room reverb" HOMEPAGE="https://github.com/michaelwillis/dragonfly-reverb" EGIT_REPO_URI="https://github.com/michaelwillis/dragonfly-reverb.git" inherit git-r3 LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="x11-libs/libX11 media-libs/mesa media-sound/jack-audio-connection-kit" RDEPEND="${DEPEND}" BDEPEND="" src_install() { dobin bin/DragonflyHallReverb bin/DragonflyRoomReverb insinto /usr/lib64/lv2/ doins -r bin/DragonflyHallReverb.lv2 bin/DragonflyRoomReverb.lv2 }