void-packages/srcpkgs/khard/template

23 lines
701 B
Bash
Raw Normal View History

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