New package: khard-0.6.2
This commit is contained in:
parent
4bf9a08484
commit
e1a4e8a488
1 changed files with 22 additions and 0 deletions
22
srcpkgs/khard/template
Normal file
22
srcpkgs/khard/template
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Template file for 'khard'
|
||||
pkgname=khard
|
||||
version=0.6.2
|
||||
revision=1
|
||||
noarch=yes
|
||||
build_style=python-module
|
||||
pycompile_module="khard"
|
||||
hostmakedepends="python-setuptools"
|
||||
depends="python-configobj python-vobject"
|
||||
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=19aa7266b226865a24fd268bcf8282b2fd5adefd279da408bee199e61d658a28
|
||||
|
||||
post_install() {
|
||||
vinstall misc/khard.conf.example 644 usr/share/examples/khard
|
||||
vinstall misc/zsh/_khard 644 usr/share/zsh/site-functions
|
||||
rm ${DESTDIR}/usr/bin/davcontroller
|
||||
rm ${DESTDIR}/usr/lib/python2.7/site-packages/davcontroller/*
|
||||
}
|
Loading…
Reference in a new issue