# Maintainer: Heiko Nickerl pkgname="sodalite" pkgver=0.11 pkgrel=1 pkgdesc="Keyboard-driven terminal file navigator and launcher" arch=('any') url="www.github.com/hnicke/sodalite" license=('GPL') makedepends=('git' 'awk' ) depends=('python-binaryornot' 'python-urwid' 'python-yaml' 'python-pyperclip' 'python-pygments' 'xdg-utils' 'python-watchdog') source=("$pkgname-$pkgver.tar.gz::https://github.com/hnicke/sodalite/archive/v$pkgver.tar.gz") md5sums=('SKIP') install=sodalite.install _gitroot=https://github.com/hnicke/$pkgname.git package() { cd "${srcdir}/$pkgname-$pkgver" FAKE_ROOT=$pkgdir ./install }