1 # Contributor: Eric Forgeot < http://anamnese.online.fr >
7 pkgdesc="Roguelike in which you play a grue, lurking in the shadows and eating adventurers."
8 url="http://www.gruesomegames.com"
11 source=(http://www.gruesomegames.com/${pkgname}${pkgver}.zip)
12 md5sums=('59f804f2645fe80d625a4c7280b31dc1')
16 mv source.pas gruesome.pas
18 mkdir -p $pkgdir/usr/bin
19 mkdir -p $pkgdir/usr/share/gruesome
20 cp *.pas *.txt gruesome $pkgdir/usr/share/gruesome
21 ln -s /usr/share/gruesome/gruesome $pkgdir/usr/bin/gruesome