void-packages/srcpkgs/notify-send.sh/template
2020-11-13 18:46:56 +01:00

17 lines
511 B
Bash

# Template file for 'notify-send.sh'
pkgname=notify-send.sh
version=1.1
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=58460c5fc84ab4fa45d2de62a38e7d0a08af2c106327ce49a83a8dcbb91ba438
do_install() {
vbin notify-send.sh
vbin notify-action.sh
}