diff --git a/media-sound/tavu/metadata.xml b/media-sound/tavu/metadata.xml new file mode 100644 index 0000000000..c698af2344 --- /dev/null +++ b/media-sound/tavu/metadata.xml @@ -0,0 +1,8 @@ + + + + + contact@hacktivis.me + Haelwenn (lanodan) Monnier + + diff --git a/media-sound/tavu/tavu-9999.ebuild b/media-sound/tavu/tavu-9999.ebuild new file mode 100644 index 0000000000..de33a5af3b --- /dev/null +++ b/media-sound/tavu/tavu-9999.ebuild @@ -0,0 +1,16 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit git-r3 meson + +DESCRIPTION="Terminal-based ALSA VU-meter with peaking" +HOMEPAGE="https://git.sr.ht/~kennylevinsen/tavu" +EGIT_REPO_URI="https://git.sr.ht/~kennylevinsen/tavu" +LICENSE="MIT" +SLOT="0" +KEYWORDS="" + +DEPEND="media-libs/alsa-lib" +RDEPEND="${DEPEND}"