void-packages/srcpkgs/vdirsyncer/template
Alessio Sergi 49f2ca403a vdirsyncer: update to 0.16.0
vdirsyncer is now licensed under the 3-clause-BSD license.
2017-07-04 16:40:42 +02:00

28 lines
824 B
Bash

# Template file for 'vdirsyncer'
pkgname=vdirsyncer
version=0.16.0
revision=1
noarch=yes
build_style=python3-module
pycompile_module="vdirsyncer"
hostmakedepends="python3-setuptools"
depends="python3-atomicwrites python3-click python3-click-log
python3-click-threading python3-setuptools python3-requests-toolbelt"
short_desc="Synchronize calendars and addressbooks"
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
license="3-clause-BSD"
homepage="https://vdirsyncer.pimutils.org/"
distfiles="${PYPI_SITE}/v/vdirsyncer/vdirsyncer-${version}.tar.gz"
checksum=cfdbfa799373ca08f533bfc57bd0d3afefe8a2c5f845782db38b889a19aca958
pre_build() {
sed -i setup.py \
-e '/setup_requires=/d' \
-e '/use_scm_version/,+2d' \
-e "/author=/ a\
version='${version}',"
}
post_install() {
vsconf config.example
vlicense LICENSE
}