aports/testing/timew/APKBUILD
2019-11-27 16:24:48 +01:00

26 lines
769 B
Plaintext

# 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"