Install this version:
emerge -a =sys-apps/psi-notify-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sys-apps/psi-notify-9999
Or alternatively:
emerge --autounmask-write -a =sys-apps/psi-notify-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | 0 |
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit git-r3 linux-info systemd toolchain-funcs
DESCRIPTION="Minimalistic PSI notifier using libnotify"
HOMEPAGE="https://github.com/cdown/psi-notify"
EGIT_REPO_URI="https://github.com/cdown/${PN}.git"
LICENSE="MIT"
SLOT="0"
RDEPEND="x11-libs/libnotify"
BDEPEND="virtual/pkgconfig"
CONFIG_CHECK="~PSI"
src_compile() {
emake CC="$(tc-getCC)"
}
src_install() {
einstalldocs
dobin psi-notify
newinitd "${FILESDIR}"/psi-notify.initd psi-notify
systemd_dounit psi-notify.service
}
x11-libs/libnotify
virtual/pkgconfig