void-packages/srcpkgs/radicale/template
teldra cfc4ced65b radicale: update to 3.1.5.
- remove conf file entry, because it changes filerights after updates
2022-04-02 17:37:02 +02:00

46 lines
1.4 KiB
Bash

# Template file for 'radicale'
pkgname=radicale
version=3.1.5
revision=1
wrksrc="Radicale-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-pam python3-requests python3-dulwich python3-vobject
python3-dateutil python3-passlib python3-bcrypt python3-defusedxml
apache-htpasswd"
short_desc="Complete calendar and contact storing and manipulating solution"
maintainer="teldra <teldra@rotce.de>"
license="GPL-3.0-or-later"
homepage="https://radicale.org"
changelog="https://github.com/Kozea/Radicale/blob/master/CHANGELOG.md"
distfiles="https://github.com/Kozea/Radicale/archive/refs/tags/v${version}.tar.gz"
checksum=1d631d0c0efd049c05fb32876d8e4f5662df4fa91f8aa6f52a994608d9a3e12d
conf_files="
/etc/radicale/config
/etc/radicale/rights
/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"
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)"
build_style=meta
}