From 764b15cc24420777d0c788bbf32e26960818da94 Mon Sep 17 00:00:00 2001 From: Karel Balej Date: Tue, 21 Sep 2021 20:11:44 +0200 Subject: [PATCH] New package: xandikos-0.2.8 --- srcpkgs/xandikos/template | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 srcpkgs/xandikos/template diff --git a/srcpkgs/xandikos/template b/srcpkgs/xandikos/template new file mode 100644 index 000000000000..03803c0b0c61 --- /dev/null +++ b/srcpkgs/xandikos/template @@ -0,0 +1,22 @@ +# Template file for 'xandikos' +pkgname=xandikos +version=0.2.8 +revision=1 +build_style="python3-module" +hostmakedepends="python3-setuptools" +depends="python3-dulwich python3-defusedxml python3-icalendar python3-Jinja2 python3-aiohttp" +checkdepends="python3-pytest $depends" +short_desc="Lightweight CardDAV/CalDAV server that backs onto a Git repository" +maintainer="Karel Balej " +license="GPL-3.0-or-later" +homepage="https://www.xandikos.org" +changelog="https://raw.githubusercontent.com/jelmer/xandikos/master/NEWS" +distfiles="https://github.com/jelmer/xandikos/archive/refs/tags/v${version}.tar.gz" +checksum="5da2016e93efd5314ea996f5fc0b2ed3b8ca745c7f08f0e6f77d4b5ab19f94fd" + +post_install() { + for i in examples/* + do + vsconf "$i" + done +}