summary refs log tree commit diff
path: root/media-sound/pulsemixer/pulsemixer-1.5.0.ebuild
blob: cfa1c3d8eb6fbbcdb4b3124eafe936b1d22418a2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright 2019-2020 Gentoo Authors
# 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