1 # Maintainer: Matthew Bauer <mjbauer95@gmail.com>
5 pkgdesc="Roblox is a massively multiplayer online game (MMOG) virtual playground and workshop designed for children aged 6 and over. Uses Wine."
7 url="http://www.roblox.com/"
10 #'http://setup.roblox.com/Roblox.exe'
11 source=('http://setup-staging.roblox.com/Roblox.exe'
13 md5sums=('366e4fddc4c83ed61fe2f8823e29cb96'
14 'b5c5a408abd34b452e4635c283d8c3e2')
19 mkdir -p $pkgdir/usr/share/roblox
20 cp Roblox.exe $pkgdir/usr/share/roblox
22 mkdir -p $pkgdir/usr/bin
23 cp roblox $pkgdir/usr/bin
24 chmod +x $pkgdir/usr/bin/roblox
27 # vim:set ts=2 sw=2 et: