Files
horizon-packages/srcpkgs/radicale/template
T

45 lines
1.5 KiB
Bash

# Template file for 'radicale'
pkgname=radicale
version=3.7.5
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools"
depends="python3-vobject python3-dateutil python3-libpass python3-bcrypt
python3-defusedxml apache-htpasswd python3-pika python3-requests python3-packaging"
checkdepends="${depends} python3-pytest python3-pytest-flake8 python3-isort
python3-pytest-cov python3-waitress"
short_desc="Complete calendar and contact storing and manipulating solution"
maintainer="Jason Elswick <jason@jasondavid.us>"
license="GPL-3.0-or-later"
homepage="https://radicale.org"
changelog="https://raw.githubusercontent.com/Kozea/Radicale/master/CHANGELOG.md"
distfiles="https://github.com/Kozea/Radicale/archive/refs/tags/v${version}.tar.gz"
checksum=e7e531aa2f01ecfd0faf000e0af7628c4f35e74090ab9f0262ce8c4bbf6975fa
conf_files="
/etc/radicale/config
/etc/radicale/rights"
make_dirs="
/etc/radicale 755 root root
/usr/share/radicale/ 755 root root
/var/log/radicale/ 750 radicale radicale
/var/lib/radicale 750 radicale radicale"
system_accounts="radicale"
radicale_homedir="/var/lib/radicale"
radicale_descr="Radicale user"
replaces="radicale2<3.0.6"
post_install() {
vinstall config 644 etc/radicale/
vinstall rights 640 etc/radicale/
vinstall config 644 usr/share/examples/radicale
vinstall radicale.wsgi 644 usr/share/radicale
vsv radicale
vdoc README.md
}
radicale2_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" (transitional dummy package)"
metapackage=yes
}