void-packages/srcpkgs/khard/template

24 lines
741 B
Bash
Raw Normal View History

2015-10-11 12:04:09 +02:00
# Template file for 'khard'
pkgname=khard
2016-09-02 11:25:25 +02:00
version=0.11.2
2015-10-11 12:04:09 +02:00
revision=1
noarch=yes
build_style=python-module
python_versions="3.4"
pycompile_version="3.4"
2015-10-11 12:04:09 +02:00
pycompile_module="khard"
hostmakedepends="python3.4-setuptools"
depends="python3.4-setuptools python3.4-atomicwrites python3.4-configobj
python3.4-vobject python3.4-yaml"
2015-10-11 12:04:09 +02:00
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"
2016-09-02 11:25:25 +02:00
checksum=d242e368c13bb5e5b9ee15450c2c752b4e64df203643be36504c155a46327a1d
2015-10-11 12:04:09 +02:00
post_install() {
vsconf misc/khard/khard.conf.example
2015-10-11 12:04:09 +02:00
vinstall misc/zsh/_khard 644 usr/share/zsh/site-functions
}