1 #Maintainer: Xyne <ac xunilhcra enyx, backwards>
5 pkgdesc="Open files using MIMEtype associations."
6 depends=('python2' 'file')
7 optdepends=('mime-types: for more MIME-types')
10 url="http://xyne.archlinux.ca/projects/${pkgname}"
11 source=(http://xyne.archlinux.ca/src/${pkgname}-${pkgver}.tar.gz)
12 md5sums=('70d4ad34f1e216765d6061d4a2f37e61')
16 python2 setup.py install --root="$pkgdir"/ --optimize=1
17 install -D -m755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
19 # vim: set ts=2 sw=2 et: