# Template file for 'snooze'
pkgname=snooze
version=0.6
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=3a4a2f3f00d42e30647d9af79c8e417990ced6c3f0565474b1ca717938b1e2ab

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