From e33cef747a816132508637d26a3224c358173404 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 17 May 2017 08:49:39 +0200 Subject: Update pulsemixer --- media-sound/pulsemixer/pulsemixer-1.2.0.ebuild | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 media-sound/pulsemixer/pulsemixer-1.2.0.ebuild (limited to 'media-sound/pulsemixer/pulsemixer-1.2.0.ebuild') diff --git a/media-sound/pulsemixer/pulsemixer-1.2.0.ebuild b/media-sound/pulsemixer/pulsemixer-1.2.0.ebuild new file mode 100644 index 0000000..4495e27 --- /dev/null +++ b/media-sound/pulsemixer/pulsemixer-1.2.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 +} -- cgit v1.2.3