summaryrefslogtreecommitdiff
path: root/khard/Pkgfile
blob: 4b3f20147441039185598e4acb4dd2ddd65947eb (plain)
    1 # Description: Console carddav client
    2 # URL: https://github.com/scheibler/khard/
    3 # Maintainer: Tim Biermann, tbier at posteo dot de
    4 # Depends on: python3-atomicwrites python3-configobj python3-ruamel-yaml python3-unidecode python3-vobject
    5 
    6 name=khard
    7 version=0.16.1
    8 release=1
    9 source=(https://files.pythonhosted.org/packages/source/k/khard/$name-$version.tar.gz)
   10 
   11 build() {
   12   cd $name-$version
   13   python3 setup.py build
   14   python3 setup.py install --skip-build \
   15     --optimize=1 \
   16     --prefix=/usr \
   17     --root=$PKG
   18   if [ -e /lib/zsh ]; then
   19     install -vDm 644 misc/zsh/_* \
   20       -t $PKG/usr/share/zsh/site-functions/
   21   fi
   22 }

Generated by cgit