# Template file for 'radicale2' pkgname=radicale2 version=2.1.11 revision=1 archs=noarch wrksrc="Radicale-${version}" build_style=python3-module pycompile_module="radicale" hostmakedepends="python3 python3-setuptools" depends="python3-pam python3-requests python3-dulwich python3-vobject python3-dateutil python3-passlib python3-bcrypt" # added passlib and bcrypt, since its seems to be the safest option. short_desc="Complete calendar and contact storing and manipulating solution" maintainer="teldra " license="GPL-3.0-or-later" homepage="https://radicale.org" distfiles="${PYPI_SITE}/R/Radicale/Radicale-${version}.tar.gz" checksum=02273fcc6ae10e0f74aa12652e24d0001eec8dbf467d54ddb4dfcc2af7d7a5db conflicts="radicale" provides="radicale-${version}_${revision}" conf_files=" /etc/radicale/config /etc/sv/radicale/log/run" make_dirs=" /etc/radicale 755 root root /usr/share/radicale/ 755 root root /var/log/radicale/ 700 root root /var/lib/radicale 750 radicale radicale" system_accounts="radicale" radicale_homedir="/var/lib/radicale" post_install() { vinstall config 644 etc/radicale/ vinstall radicale.fcgi 644 usr/share/radicale vinstall radicale.wsgi 644 usr/share/radicale vsv radicale }