1 # Contributor: Themaister <maister@archlinux.us>
2 pkgname=libsnes-super-git
5 pkgdesc="A collection of libsnes implementations for SSNES."
7 url="https://github.com/Themaister/libsnes-super"
10 _gitroot="git://github.com/Themaister/libsnes-super.git"
11 _gitname="libsnes-super"
16 if [ -d "$_gitname" ]; then
20 git clone "$_gitroot" "$_gitname"
30 cd "$srcdir/$_gitname"
31 ./libsnes-install.sh "$pkgdir/usr/lib/libsnes"