Skip to content

Commit

Permalink
Adding the gosu programming language
Browse files Browse the repository at this point in the history
Gosu is a programming language for the Java Virtual Machine (JVM).

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
carlism authored and adamv committed Feb 23, 2011
1 parent e9811f5 commit 2528cd7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Library/Formula/gosu.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
require 'formula'

class Gosu <Formula
url 'http://gosu-lang.org/downloads/gosu-0.7.0.1-C.zip'
version '0.7.0.1-C'
homepage 'http://gosu-lang.org/'
md5 '3ea42cdc403ee57397a9559f6a95be67'

def install
mv "bin/gosu.sh", "bin/gosu"
rm "bin/gosu.cmd"
touch "ext/.anchor"
prefix.install Dir['*']
end
end

0 comments on commit 2528cd7

Please sign in to comment.