17 lines
511 B
Bash
17 lines
511 B
Bash
# Template file for 'notify-send.sh'
|
|
pkgname=notify-send.sh
|
|
version=1.2
|
|
revision=1
|
|
depends="bash dbus glib"
|
|
short_desc="Drop in replacement for libnotify and notify-send"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/vlevit/notify-send.sh"
|
|
distfiles="https://github.com/vlevit/notify-send.sh/archive/v${version}.tar.gz"
|
|
checksum=ae46aadcdaefc655c49c5cb432bede4e5bfcf406af0ba21df0ddcd17103944b1
|
|
|
|
do_install() {
|
|
vbin notify-send.sh
|
|
vbin notify-action.sh
|
|
}
|