void-packages/srcpkgs/khard/template
Alessio Sergi b390685cfb khard: rebuild for Python 3.5
Switch to python3-* pkgs.
2016-10-17 11:55:22 +02:00

22 lines
701 B
Bash

# Template file for 'khard'
pkgname=khard
reverts=0.11.3_1
version=0.11.2
revision=4
noarch=yes
build_style=python3-module
pycompile_module="khard"
hostmakedepends="python3-setuptools"
depends="python3-setuptools python3-atomicwrites python3-configobj
python3-vobject python3-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
}