void-packages/srcpkgs/khard/template
2016-09-02 11:25:25 +02:00

23 lines
741 B
Bash

# Template file for 'khard'
pkgname=khard
version=0.11.2
revision=1
noarch=yes
build_style=python-module
python_versions="3.4"
pycompile_version="3.4"
pycompile_module="khard"
hostmakedepends="python3.4-setuptools"
depends="python3.4-setuptools python3.4-atomicwrites python3.4-configobj
python3.4-vobject python3.4-yaml"
short_desc="Command-line addressbook built around CardDAV"
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
license="GPL-3"
homepage="https://github.com/scheibler/khard"
distfiles="${PYPI_SITE}/k/khard/khard-${version}.tar.gz"
checksum=d242e368c13bb5e5b9ee15450c2c752b4e64df203643be36504c155a46327a1d
post_install() {
vsconf misc/khard/khard.conf.example
vinstall misc/zsh/_khard 644 usr/share/zsh/site-functions
}