app-misc/tmux-notify - 1.6.0 (nest)

Search

Package Information

Description:
Tmux plugin to notify about finished processes
Homepage:
https://github.com/rickstaa/tmux-notify
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.6.0 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

DESCRIPTION="Tmux plugin to notify about finished processes"
HOMEPAGE="https://github.com/rickstaa/tmux-notify"
SRC_URI="https://github.com/rickstaa/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND="app-misc/tmux
	net-misc/wget
	x11-libs/libnotify"

DOCS=( {CHANGELOG,README}.md )

src_install() {
	einstalldocs
	insinto /usr/share/tmux-plugins/tmux-notify
	doins -r resources scripts tnotify.tmux
	fperms -R +x /usr/share/tmux-plugins/tmux-notify/scripts/{cancel,notify}.sh \
		/usr/share/tmux-plugins/tmux-notify/tnotify.tmux
}

Dependencies

RDEPEND

app-misc/tmux
	net-misc/wget
	x11-libs/libnotify

Manifest for 1.6.0

Type File Size Source URLs
DIST tmux-notify-1.6.0.tar.gz 16141 bytes https://github.com/rickstaa/tmux-notify/archive/v1.6.0.tar.gz