media-sound/subtui - 2.14.3 (guru)

Search

Install

Install this version:

emerge -a =media-sound/subtui-2.14.3

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =media-sound/subtui-2.14.3

Or alternatively:

emerge --autounmask-write -a =media-sound/subtui-2.14.3

Package Information

Description:
A lightweight Subsonic TUI music player built in Go with scrobbling support.
Homepage:
https://github.com/MattiaPun/SubTUI
License:
MIT BSD

Ebuild Details

Version EAPI Keywords Slot
2.14.3 8 ~amd64 ~arm64 0
View Raw Ebuild
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit go-module

DESCRIPTION="A lightweight Subsonic TUI music player built in Go with scrobbling support."
HOMEPAGE="https://github.com/MattiaPun/SubTUI"
SRC_URI="https://github.com/MattiaPun/SubTUI/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI+=" https://codeberg.org/ceres-sees-all/guru-distfiles/releases/download/${P}-deps.tar.xz/${P}-deps.tar.xz"

S="${WORKDIR}/SubTUI-${PV}"

LICENSE="MIT"
LICENSE+=" BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm64"

DEPEND="media-video/mpv"
RDEPEND="${DEPEND}"

BDEPEND=">=dev-lang/go-1.25.4"

src_compile() {
	ego build .
}

src_install() {
	dobin SubTUI
	dodoc README.md
}

Inherited Eclasses

Dependencies

DEPEND

media-video/mpv

RDEPEND

media-video/mpv

BDEPEND

>=dev-lang/go-1.25.4

Manifest for 2.14.3

Type File Size Source URLs
DIST subtui-2.14.3-deps.tar.xz 34500888 bytes https://codeberg.org/ceres-sees-all/guru-distfiles/releases/download/subtui-2.14.3-deps.tar.xz/subtui-2.14.3-deps.tar.xz
DIST subtui-2.14.3.tar.gz 389567 bytes https://github.com/MattiaPun/SubTUI/archive/refs/tags/v2.14.3.tar.gz