void-packages/srcpkgs/vdirsyncer/template
2016-03-23 16:55:03 +01:00

27 lines
808 B
Bash

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