summaryrefslogtreecommitdiff
path: root/media-sound/pulsemixer/pulsemixer-1.1.0.ebuild
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2017-04-04 13:15:59 +0200
committerKarel Kočí <cynerd@email.cz>2017-04-04 13:15:59 +0200
commit4a2209eed678fd4060de0c2d47758cb8d21779dc (patch)
treed9ddc892004f15eddcc9d0146b845c31f54c6ddd /media-sound/pulsemixer/pulsemixer-1.1.0.ebuild
downloadgentoo-personal-overlay-4a2209eed678fd4060de0c2d47758cb8d21779dc.tar.gz
gentoo-personal-overlay-4a2209eed678fd4060de0c2d47758cb8d21779dc.tar.bz2
gentoo-personal-overlay-4a2209eed678fd4060de0c2d47758cb8d21779dc.zip
Initial personal gentoo overlay
Diffstat (limited to 'media-sound/pulsemixer/pulsemixer-1.1.0.ebuild')
-rw-r--r--media-sound/pulsemixer/pulsemixer-1.1.0.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/media-sound/pulsemixer/pulsemixer-1.1.0.ebuild b/media-sound/pulsemixer/pulsemixer-1.1.0.ebuild
new file mode 100644
index 0000000..4495e27
--- /dev/null
+++ b/media-sound/pulsemixer/pulsemixer-1.1.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
+}