# Maintainer: deadc0de6 pkgname=dotdrop pkgver=0.10 pkgrel=1 pkgdesc="Save your dotfiles once, deploy them everywhere " arch=('any') url="https://github.com/deadc0de6/dotdrop" license=('GPL') groups=() depends=('python' 'python-jinja' 'python-docopt' 'python-pyaml') source=("git+https://github.com/deadc0de6/dotdrop.git") md5sums=('SKIP') pkgver() { cd "$pkgname" git tag -l | tail -1 | sed 's/^v//g' } package() { cd "${pkgname}" python setup.py install --root="${pkgdir}/" }