2010-11-10 15:59:03 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Gosu < Formula
|
2011-08-14 11:06:38 +00:00
|
|
|
url 'http://gosu-lang.org/downloads/gosu-0.8.6.1-C/gosu-0.8.6.1-C.tgz'
|
|
|
|
version '0.8.6.1-C'
|
2010-11-10 15:59:03 +00:00
|
|
|
homepage 'http://gosu-lang.org/'
|
2012-09-03 18:33:56 +00:00
|
|
|
sha1 '6e4b4e95bc75237a1e04118aa31e9bdf331dbb0f'
|
2010-11-10 15:59:03 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
mv "bin/gosu.sh", "bin/gosu"
|
|
|
|
rm "bin/gosu.cmd"
|
|
|
|
touch "ext/.anchor"
|
|
|
|
prefix.install Dir['*']
|
|
|
|
end
|
|
|
|
end
|