media-sound/ponymix - 5 (hossie)

Search

Package Information

Description:
CLI volume control for PulseAudio
Homepage:
https://github.com/falconindy/ponymix
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
5 6 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

inherit bash-completion-r1 toolchain-funcs

DESCRIPTION="CLI volume control for PulseAudio"
HOMEPAGE="https://github.com/falconindy/ponymix"
SRC_URI="https://github.com/falconindy/ponymix/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="bash-completion"

RDEPEND="media-sound/pulseaudio"
DEPEND="${REDPEND}
	virtual/pkgconfig"

src_prepare() {
	sed -i "s/pkg-config/$(tc-getPKG_CONFIG)/g" Makefile || die "sed failed"

	default
}

src_compile() {
	emake CXX="$(tc-getCXX)"
}

src_install() {
	dobin "${PN}"
	doman "${PN}.1"

	use bash-completion && newbashcomp bash-completion "${PN}"
}

USE Flags

Dependencies

DEPEND

${REDPEND}
	virtual/pkgconfig

RDEPEND

media-sound/pulseaudio

Manifest for 5

Type File Size Source URLs
DIST ponymix-5.tar.gz 16862 bytes https://github.com/falconindy/ponymix/archive/5.tar.gz