aboutsummaryrefslogtreecommitdiffstats
path: root/testing/timew/APKBUILD
blob: 1f34227f570e39ba88a30340c99fe0f0634be591 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Contributor: Matthieu Monnier <matthieu.monnier@enalean.com>
# Maintainer: Matthieu Monnier <matthieu.monnier@enalean.com>
pkgname=timew
pkgver=1.2.0
pkgrel=0
pkgdesc="Timewarrior is a command line time tracking application."
options="!check" # No testsuite
url="https://taskwarrior.org/"
arch="all"
license="MIT"
makedepends="cmake"
subpackages="$pkgname-doc"
source="https://github.com/GothenburgBitFactory/timewarrior/releases/download/v$pkgver/timew-$pkgver.tar.gz"

build() {
	cmake . -DCMAKE_BUILD_TYPE=release \
		-DCMAKE_INSTALL_PREFIX=/usr
	make
}

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

sha512sums="e576aff06dde1e3d5d46f4a9a425991c91c8484aa8f2eeeb8dda7a4bd40716863432740e7810c2acb43adf223a090af4e95d77994ceba03c043c57bcab745c21  timew-1.2.0.tar.gz"