From c4bef486d61d5ab0fe881bd543bd09f21f08d144 Mon Sep 17 00:00:00 2001 From: audiodef Date: Tue, 13 Jun 2023 19:56:23 -0400 Subject: [PATCH] media-plugins/argotlunar: Added .ebuild extension --- .../argotlunar/argotlunar-2.06.ebuild | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 media-plugins/argotlunar/argotlunar-2.06.ebuild diff --git a/media-plugins/argotlunar/argotlunar-2.06.ebuild b/media-plugins/argotlunar/argotlunar-2.06.ebuild new file mode 100644 index 0000000..d2fd063 --- /dev/null +++ b/media-plugins/argotlunar/argotlunar-2.06.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Argotlunar is a tool for creating surreal transformations of audio streams. Specifically, it is a real-time delay-line granulator." +HOMEPAGE="http://mourednik.github.io/argotlunar/" +SRC_URI="https://www.dropbox.com/s/fwtg6jfkzakj7is/argotlunar-2.06-linux_64.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64" +RESTRICT="" +IUSE="" + +RDEPEND="" + +DESTDIR="/usr/lib64/vst/argotlunar" +S="${WORKDIR}/argotlunar-2.06-linux_64" + +src_unpack() { + unpack argotlunar-2.06-linux_64.tar.gz +} + +src_install() { + exeinto "${DESTDIR}" + doexe *.so +} + +# There is a PDF and a set of presets. Where to put those?