# Maintainer: Leo <thinkabit.ukim@gmail.com>
pkgname=snooze
pkgver=0.4
pkgrel=0
pkgdesc="Run a command at a particular time"
url="https://github.com/leahneukirchen/snooze"
options="!check" # Provides no testsuite
arch="all"
license="CC0-1.0"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/leahneukirchen/snooze/archive/v$pkgver.tar.gz"

build() {
	make
}

package() {
	make DESTDIR="$pkgdir" PREFIX=/usr install
}

sha512sums="3487857892b6add1b75106e3c9d1b26b5085dfd21e959a11e82b989fe4aad05f98b45d75bfa65dc4e9d0ca7dbb9f7ef82373c2252ec36623fe84bce269dd2764  snooze-0.4.tar.gz"
