mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
New package: radicale-1.0.1
This commit is contained in:
parent
48f4cc3cce
commit
4760e97d42
3 changed files with 41 additions and 0 deletions
3
srcpkgs/radicale/files/radicale/log/run
Executable file
3
srcpkgs/radicale/files/radicale/log/run
Executable file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
exec svlogd /var/log/radicale
|
4
srcpkgs/radicale/files/radicale/run
Executable file
4
srcpkgs/radicale/files/radicale/run
Executable file
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
exec 2>&1
|
||||||
|
exec chpst -u radicale radicale -f -C /etc/radicale/config
|
34
srcpkgs/radicale/template
Normal file
34
srcpkgs/radicale/template
Normal file
|
@ -0,0 +1,34 @@
|
||||||
|
# Template file for 'radicale'
|
||||||
|
pkgname=radicale
|
||||||
|
version=1.0.1
|
||||||
|
revision=1
|
||||||
|
wrksrc=Radicale-${version}
|
||||||
|
build_style=python-module
|
||||||
|
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"
|
||||||
|
noarch=yes
|
||||||
|
hostmakedepends="python python-setuptools"
|
||||||
|
depends="python-pam python-requests python-dulwich"
|
||||||
|
pycompile_module="radicale"
|
||||||
|
short_desc="Complete calendar and contact storing and manipulating solution"
|
||||||
|
maintainer="lemmi <lemmi@nerd2nerd.org>"
|
||||||
|
license="GPL-3"
|
||||||
|
homepage="http://radicale.org"
|
||||||
|
distfiles="${PYPI_SITE}/R/Radicale/Radicale-${version}.tar.gz"
|
||||||
|
checksum=e18a68d0793403e7591c725f7d2b83490dcc5f3cdd008bd75fe952311eee1b60
|
||||||
|
|
||||||
|
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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue