media-sound/pipemixer: new package

Add pipemixer, a lightweight TUI volume control for PipeWire.

Fixes: remove unnecessary dev-lang/rust dependency
Signed-off-by: Theron York <theron.york@cloudnuke.org>
This commit is contained in:
Theron York
2026-04-26 16:12:48 -05:00
parent ae986e6315
commit a0e2d8eae9

View File

@@ -14,15 +14,15 @@ SLOT="0"
KEYWORDS="~amd64"
DEPEND="
dev-lang/rust
dev-util/meson
sys-libs/ncurses
"
RDEPEND="${DEPEND}"
BDEPEND="dev-util/meson"
src_configure() {
meson_src_configure
}
pkg_postinst() {
elog "Run 'pipemixer' to start the TUI."
elog "Run 'pipemixer' to start the TUI volume control."
}