gui-apps/systembus-notify - 1.1 (anders-larsson)

Search

Package Information

Description:
Tiny daemon that listens and sends desktop notifications using the user bus
Homepage:
https://github.com/rfjakob/systembus-notify
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.1 7 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit desktop

DESCRIPTION="Tiny daemon that listens and sends desktop notifications using the user bus"
HOMEPAGE="https://github.com/rfjakob/systembus-notify"
SRC_URI="https://github.com/rfjakob/systembus-notify/archive/v${PV}.tar.gz -> ${P}.tar.gz"

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

DEPEND="sys-apps/systemd"
RDEPEND="${DEPEND}"

src_install() {
	dobin systembus-notify

	domenu systembus-notify.desktop

	dodoc README.md
}

Dependencies

DEPEND

sys-apps/systemd

RDEPEND

sys-apps/systemd

Manifest for 1.1

Type File Size Source URLs
DIST systembus-notify-1.1.tar.gz 12561 bytes https://github.com/rfjakob/systembus-notify/archive/v1.1.tar.gz