blob: 3d2e08b03de2ed5c6255039075205c50540bbf20 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
pkgbase = calendar-cli
pkgdesc = calendar-cli is a caldav client for calendar and task management
pkgver = 1.0.1
pkgrel = 1
url = https://github.com/tobixen/calendar-cli
arch = any
license = GPL
makedepends = python-build
makedepends = python-installer
makedepends = python-pytest
makedepends = python-setuptools
makedepends = python-wheel
depends = python
depends = python-caldav
depends = python-icalendar
depends = python-pytz
depends = python-vobject
depends = python-tzlocal
depends = python-six
source = https://github.com/tobixen/calendar-cli/archive/v1.0.1.tar.gz
sha256sums = 92555b8fd853008a570dcbb9591e7416fd744703b5e02da8acac92e4cbe69f3e
pkgname = calendar-cli
|