summary refs log tree commit diff
path: root/media-sound/pulsemixer/pulsemixer-1.5.0.ebuild
diff options
context:
space:
mode:
authorazahi <azahi@teknik.io>2019-08-17 12:00:05 +0300
committerazahi <azahi@teknik.io>2019-08-17 12:00:05 +0300
commit99856a34d2c389e69cda184190e96e12aec97bd3 (patch)
tree7275ffabda2afef728552a6ca83d13e1b21d4331 /media-sound/pulsemixer/pulsemixer-1.5.0.ebuild
parentUpdate TODO.md (diff)
media-sound/pulsemixer: Add package
Diffstat (limited to 'media-sound/pulsemixer/pulsemixer-1.5.0.ebuild')
-rw-r--r--media-sound/pulsemixer/pulsemixer-1.5.0.ebuild24
1 files changed, 24 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..b3195ff
--- /dev/null
+++ b/media-sound/pulsemixer/pulsemixer-1.5.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{4,5,6} )
+PYTHON_REQ_USE="ncurses"
+
+inherit distutils-r1
+
+DESCRIPTION="Cli and curses mixer for pulseaudio"
+HOMEPAGE="https://github.com/GeorgeFilipkin/pulsemixer"
+SRC_URI="https://github.com/GeorgeFilipkin/pulsemixer/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}
+	media-sound/pulseaudio
+"
+BDEPEND=""

Consider giving Nix/NixOS a try! <3