dev-util/dkbuilder - 0.9.90 (proaudio-gentoo)

Search

Package Information

Description:
From circuit to lv2 plugin
Homepage:
https://guitarix.org/
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
0.9.90 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2024 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="From circuit to lv2 plugin"
HOMEPAGE="https://guitarix.org/"
SRC_URI="https://github.com/domichel/proaudio-gentoo/raw/refs/heads/main/distfiles/${P}.tar.gz"
KEYWORDS="~amd64"

LICENSE="GPL-2"
SLOT="0"

IUSE=""

DEPEND=""
RDEPEND="app-containers/docker
	app-shells/bash
	dev-vcs/git
"

src_install() {
		insinto /usr/share/"${PN}"
		doins Dockerfile python_venv
		exeinto /usr/share/"${PN}"
		doexe add_* docker-dkbuilder
		into /usr
		dobin "${FILESDIR}/dkbuilder"
		elog "dkbuilder is a script and associated files that let You install the dkbuilder"
		elog "docker environment into the directory of your choice."
		elog "Just run 'dkbuilder' and it will show You what to do."
		elog ""
		elog "For advice and support, check https://linuxmusicians.com/viewtopic.php?f=44&t=19586"
		elog "The exact URL on linux musicians can change, so search for dkbuilder"
		elog "The subject name is 'dkbuilder: from circuit to LV2 plugin'"
}

Dependencies

RDEPEND

app-containers/docker
	app-shells/bash
	dev-vcs/git

Manifest for 0.9.90

Type File Size Source URLs
DIST dkbuilder-0.9.90.tar.gz 1644 bytes https://github.com/domichel/proaudio-gentoo/raw/refs/heads/main/distfiles/dkbuilder-0.9.90.tar.gz