mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-03 21:53:52 +02:00
khard: update to 0.17.0
This commit is contained in:
parent
a9c2f1ffac
commit
cd0b2d9559
1 changed files with 5 additions and 6 deletions
|
@ -1,10 +1,9 @@
|
||||||
# Template file for 'khard'
|
# Template file for 'khard'
|
||||||
pkgname=khard
|
pkgname=khard
|
||||||
version=0.15.1
|
version=0.17.0
|
||||||
revision=2
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="khard"
|
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-setuptools python3-atomicwrites python3-configobj
|
depends="python3-setuptools python3-atomicwrites python3-configobj
|
||||||
python3-vobject python3-Unidecode python3-ruamel.yaml"
|
python3-vobject python3-Unidecode python3-ruamel.yaml"
|
||||||
|
@ -13,11 +12,11 @@ maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
|
||||||
license="GPL-3.0-only"
|
license="GPL-3.0-only"
|
||||||
homepage="https://github.com/scheibler/khard"
|
homepage="https://github.com/scheibler/khard"
|
||||||
distfiles="${PYPI_SITE}/k/khard/khard-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/k/khard/khard-${version}.tar.gz"
|
||||||
checksum=5ca8e678133e08fa4861cc31aedf9f30b4f8e3958ed66ede025c23ec5e176aa1
|
checksum=164e1aee9264735ec0473a74a38842e6272bbb814d949a66084c6a373bd95618
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vsconf misc/khard/khard.conf.example
|
vsconf doc/source/examples/khard.conf.example
|
||||||
vsconf misc/khard/template_for_contact_creation.yaml
|
vsconf khard/data/template.yaml
|
||||||
vinstall misc/zsh/_khard 644 usr/share/zsh/site-functions
|
vinstall misc/zsh/_khard 644 usr/share/zsh/site-functions
|
||||||
vinstall misc/zsh/_email-khard 644 usr/share/zsh/site-functions
|
vinstall misc/zsh/_email-khard 644 usr/share/zsh/site-functions
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue