# 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 }