app-misc/tmux-df - 20241024 (nest)

Search

Package Information

Description:
Tmux plugin to show disk space in the statusbar
Homepage:
https://github.com/tassaron/tmux-df
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
20241024 8 ~amd64 ~x86 0
View Raw Ebuild
# 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
}

Dependencies

RDEPEND

app-misc/tmux

Manifest for 20241024

Type File Size Source URLs
DIST tmux-df-20241024.tar.gz 2388 bytes https://github.com/tassaron/tmux-df/archive/bf2049d74bc252681047438ebdc783c3b2f8a405.tar.gz