sys-apps/psi-notify - 1.3.1 (nest)

Search

Package Information

Description:
Minimalistic PSI notifier using libnotify
Homepage:
https://github.com/cdown/psi-notify
License:
MIT

Ebuild Details

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

inherit linux-info systemd toolchain-funcs

DESCRIPTION="Minimalistic PSI notifier using libnotify"
HOMEPAGE="https://github.com/cdown/psi-notify"
SRC_URI="https://github.com/cdown/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

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

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
}

Dependencies

RDEPEND

x11-libs/libnotify

BDEPEND

virtual/pkgconfig

Manifest for 1.3.1

Type File Size Source URLs
DIST psi-notify-1.3.1.tar.gz 64724 bytes https://github.com/cdown/psi-notify/archive/1.3.1.tar.gz