1 # Contributor: Matthew Bauer <mjbauer95@gmail.com>
6 pkgdesc="World of Goo hacking utility (worldofgoo)"
8 url="http://goofans.com/download/utility/$pkgname"
10 source=(http://goofans.com/download/145/1254/$pkgname-$pkgver-linux.tar.bz2
11 application-x-goomod.xml
13 depends=('java-runtime')
14 optdepends=("worldofgoo: if you don't already have the game")
15 md5sums=('0b20ce256fbf6440659457ac1c5611cd'
16 'a2d4a46c158e5c80bf4ac10b43b4100d'
17 '0461706a2a607fe39b701d3ccbc67b0f')
25 install -D -m644 "${srcdir}/application-x-goomod.xml" "${pkgdir}/usr/share/mime/packages/application-x-goomod.xml"
26 install -D -m644 "${srcdir}/gootool.desktop" "${pkgdir}/usr/share/applications/gootool.desktop"
27 mkdir -p ${pkgdir}/usr
28 cp -r ${srcdir}/${pkgname}-${pkgver}/* ${pkgdir}/usr