aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/scala.rb13
1 files changed, 13 insertions, 0 deletions
diff --git a/Library/Formula/scala.rb b/Library/Formula/scala.rb
new file mode 100644
index 000000000..f7000d29a
--- /dev/null
+++ b/Library/Formula/scala.rb
@@ -0,0 +1,13 @@
+require 'brewkit'
+
+class Scala <Formula
+ @homepage='http://www.gnu.org/software/wget/'
+ @url='http://www.scala-lang.org/downloads/distrib/files/scala-2.7.5.final.tgz'
+ @version='2.7.5'
+ @md5='40a62c98d13689d83920f564a0532a8d'
+
+ def install
+ prefix.install Dir['*']
+ FileUtils.mv prefix+'man', share
+ end
+end