1 # Maintainer: Sara <sara @ archlinux dot us>
2 pkgname=dmenu-python-git
5 pkgdesc="Dmenu wrappper which sorts applications by usage, indexes files, and opens files by extension."
7 url="https://bbs.archlinux.org/viewtopic.php?pid=529204"
11 provides=(dmenu-launcher)
13 _gitroot=git://github.com/TheWanderer/dmenu-python.git
19 if [[ -d $_gitname ]]; then
22 msg "The local files are updated."
27 msg "Checkout done or server timeout"
31 cd "$srcdir/$_gitname"
32 sed -i 's_#!/usr/bin/python_#!/usr/bin/python2_' launch.py
33 install -D launch.py "$pkgdir"/usr/bin/dmenu-launcher