aboutsummaryrefslogtreecommitdiffstats
path: root/community/snooze/APKBUILD
blob: de0150dc976a62858f19dfc9a610e90907270abf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Maintainer: Leo <thinkabit.ukim@gmail.com>
pkgname=snooze
pkgver=0.3
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="ca6e22fdf7af399f698b1c47ad7d204dde69339300d13bc76cedb4cc18a535f7c463bac883adf2331062e79ebfc450c703d5d1e6fbfce84e985470967655ad16  snooze-0.3.tar.gz"