summaryrefslogtreecommitdiff
path: root/media-sound/pulsemixer/pulsemixer-1.5.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/pulsemixer/pulsemixer-1.5.0.ebuild')
-rw-r--r--media-sound/pulsemixer/pulsemixer-1.5.0.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/media-sound/pulsemixer/pulsemixer-1.5.0.ebuild b/media-sound/pulsemixer/pulsemixer-1.5.0.ebuild
new file mode 100644
index 0000000..4495e27
--- /dev/null
+++ b/media-sound/pulsemixer/pulsemixer-1.5.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Ncurses mixer for pulseaudio"
+HOMEPAGE="https://github.com/GeorgeFilipkin/pulsemixer"
+SRC_URI="https://github.com/GeorgeFilipkin/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="amd64"
+IUSE=""
+
+DEPEND=">=dev-lang/python-3
+ media-sound/pulseaudio"
+RDEPEND="${DEPEND}"
+
+src_install() {
+ dobin pulsemixer
+ dodoc README.md
+}