# Maintainer: Heiko Nickerl pkgname="sodalite" pkgver=0.18.2 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' 'python-watchdog') source=("$pkgname-$pkgver.tar.gz::https://github.com/hnicke/sodalite/archive/v$pkgver.tar.gz") backup=('etc/sodalite.conf') sha256sums=('965ea10190cc87f533114dc3c136b3194377bce0615d6482203ef6404e47282d') _gitroot=https://github.com/hnicke/$pkgname.git package() { cd "${srcdir}/$pkgname-$pkgver" make sysconfdir=/etc prefix=/usr DESTDIR="$pkgdir" install }