# Maintainer: Heiko Nickerl pkgname="sodalite" pkgver="0.19.3" pkgrel=1 pkgdesc="Keyboard-driven terminal file navigator and launcher" arch=('any') url="https://www.github.com/hnicke/sodalite" license=('GPL') makedepends=('git' 'awk' ) depends=('python-binaryornot' 'python-urwid' 'python-yaml' 'python-pyperclip' 'python-pygments' 'python-watchdog' 'python-click') source=("$pkgname-$pkgver.tar.gz::https://github.com/hnicke/sodalite/archive/v$pkgver.tar.gz") backup=('etc/sodalite.conf') sha256sums=(7ea356b50b15dc66f070de736e3abf9f05787e8706ce07f481c43604191d7b7f) _gitroot=https://github.com/hnicke/$pkgname.git package() { cd "${srcdir}/$pkgname-$pkgver" make sysconfdir=/etc prefix=/usr DESTDIR="$pkgdir" install }