Install this version:
emerge -a =app-misc/tmux-df-20241024
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-misc/tmux-df-20241024
Or alternatively:
emerge --autounmask-write -a =app-misc/tmux-df-20241024
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
COMMIT="bf2049d74bc252681047438ebdc783c3b2f8a405"
DESCRIPTION="Tmux plugin to show disk space in the statusbar"
HOMEPAGE="https://github.com/tassaron/tmux-df"
SRC_URI="https://github.com/tassaron/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${COMMIT}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="app-misc/tmux"
src_install() {
einstalldocs
insinto /usr/share/tmux-plugins/tmux-df
doins df.tmux
fperms +x /usr/share/tmux-plugins/tmux-df/df.tmux
}
app-misc/tmux
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | tmux-df-20241024.tar.gz | 2388 bytes | https://github.com/tassaron/tmux-df/archive/bf2049d74bc252681047438ebdc783c3b2f8a405.tar.gz |