mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-05 12:22:57 +02:00
parent
fbb095777f
commit
f9697bf11b
1 changed files with 15 additions and 0 deletions
15
srcpkgs/notify-send.sh/template
Normal file
15
srcpkgs/notify-send.sh/template
Normal file
|
@ -0,0 +1,15 @@
|
|||
# Template file for 'notify-send.sh'
|
||||
pkgname=notify-send.sh
|
||||
version=0.2
|
||||
revision=1
|
||||
depends="bash dbus glib"
|
||||
short_desc="Drop in replacement for libnotify and notify-send"
|
||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||
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=a842b5b8640815412d53914c447b5c90e4587be2afe715e0e6b87000329fff43
|
||||
|
||||
do_install() {
|
||||
vbin notify-send.sh
|
||||
}
|
Loading…
Add table
Reference in a new issue