1 # Contributor: Swen Simon <swsimon at gmail dot com>
2 # Maintainer: Swen Simon <swsimon at gmail dot com>
4 pkgname=epsxe-launcher-python
7 pkgdesc="Python launcher for epsxe"
9 depends=('epsxe' 'python')
10 conflicts=('epsxe-launcher-bash')
11 arch=('i686' 'x86_64')
14 md5sums=('a86fcdd7db45e132931958d0757abbb4')
19 mkdir -p $startdir/pkg/usr/bin
21 # installing the launcher
22 install -Dm755 $startdir/src/epsxe $startdir/pkg/usr/bin/epsxe