void-packages/srcpkgs/notify-send.sh/template
Lugubris d78cb0d201 Drop maintainership of orphaned packages
some packages were dropped but their maintainer= was not updated in template.
this will help new maintainers adopt these packages.

-> https://github.com/void-linux/void-packages/pull/13930#issuecomment-524610652
2019-08-25 21:16:43 +02:00

15 lines
488 B
Bash

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