# Template file for 'snooze'
pkgname=snooze
version=0.5.1
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"
changelog="https://raw.githubusercontent.com/leahneukirchen/snooze/master/NEWS.md"
distfiles="https://github.com/leahneukirchen/snooze/archive/v${version}.tar.gz"
checksum=abb0df288e8fe03ae25453d5f0b723b03a03bcc7afa41b9bec540a7a11a9f93e

post_install() {
	make -C sv install DESTDIR="$DESTDIR"
}
