blob: ce2fa8a7bd7b17a634fc2b5c74468411b05ec51e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
pkgbase = python-scheduler-git
pkgdesc = Uses data from taskwarrior and timewarrior to indicate which task should be done next
pkgver = 0.1.2.r0.g2ba52bd
pkgrel = 1
url = https://github.com/ftapajos/scheduler
arch = any
license = GPL-3.0-or-later
makedepends = python-build
makedepends = python-setuptools
makedepends = python-installer
makedepends = python-wheel
depends = python-tasklib
depends = python-typer
depends = timew
source = git+https://github.com/ftapajos/scheduler.git
sha256sums = SKIP
pkgname = python-scheduler-git
|