15 lines
474 B
Bash
15 lines
474 B
Bash
# Template file for 'snooze'
|
|
pkgname=snooze
|
|
version=0.5
|
|
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=d63fde85d9333188bed5996baabd833eaa00842ce117443ffbf8719c094be414
|
|
|
|
post_install() {
|
|
make -C sv install DESTDIR="$DESTDIR"
|
|
}
|