1 # Maintainer: archtux <antonio.arias99999 at gmail.com>
6 pkgdesc="FoB is a game where you swing bulls to defend yourself against incoming hordes of...other bulls!"
7 url="http://www.moddb.com/games/fistful-of-beef"
13 _gitroot=https://github.com/LOVE-Party/Love-LD18.git
19 msg "Connecting to GIT server...."
21 if [ -d $srcdir/$_gitname ] ; then
22 cd $_gitname && git pull --rebase
27 msg "GIT checkout done or server timeout"
28 msg "Starting make..."
36 install -Dm755 fistfulofbeef.love $pkgdir/usr/share/games/$pkgname/$pkgname.love
39 install -Dm755 $startdir/$pkgname $pkgdir/usr/bin/$pkgname
42 install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
46 install -Dm644 comboicon.png $pkgdir/usr/share/pixmaps/$pkgname.png
47 install -Dm644 $startdir/$pkgname.desktop $pkgdir/usr/share/applications/$pkgname.desktop