mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-19 07:37:01 +02:00
snooze: update to 0.4.
This commit is contained in:
parent
6b4951d414
commit
3116a64380
1 changed files with 7 additions and 3 deletions
|
@ -1,11 +1,15 @@
|
|||
# Template file for 'snooze'
|
||||
pkgname=snooze
|
||||
version=0.3
|
||||
revision=2
|
||||
version=0.4
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
short_desc="Run a command at a particular time"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="Public Domain"
|
||||
homepage="https://github.com/leahneukirchen/snooze"
|
||||
distfiles="https://github.com/leahneukirchen/snooze/archive/v${version}.tar.gz"
|
||||
checksum=92c404b860b2c60c6d8781e7b1ef85d8e0f40f23b5ff42f1cf4ba469f76e3ae9
|
||||
checksum=1d1dc49edb3a96ddc6411b19e40e665dae47489fcc73465dd254e31816ca8eb0
|
||||
|
||||
post_install() {
|
||||
make -C sv install DESTDIR="$DESTDIR"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue