Files
sravan-overlay/x11-misc/deadd-notification-center-bin/deadd-notification-center-bin-2.1.1.ebuild
2024-04-27 02:31:56 +00:00

27 lines
489 B
Bash

# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="A notification daemon and center"
HOMEPAGE="https://github.com/phuhl/linux_notification_center"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64"
S=${WORKDIR}
DEPEND="
net-misc/wget
"
pkg_setup() {
cd ${S}
wget https://github.com/phuhl/linux_notification_center/releases/download/${PV}/deadd-notification-center
}
src_install() {
dobin deadd-notification-center
}