diff options
| author | Brett Cannon | 2009-09-04 09:26:09 +0800 |
|---|---|---|
| committer | Max Howell | 2009-09-11 17:42:54 +0100 |
| commit | e9dd2564d25ea5aa8541e66820827d54f7eb9fc9 (patch) | |
| tree | e8a9756dfe2f20aa322e58ee9fb5fd6762ed3dc5 /Library | |
| parent | cf0c0d8ff99ea80ff4584a0ee5c085f635848bef (diff) | |
| download | homebrew-e9dd2564d25ea5aa8541e66820827d54f7eb9fc9.tar.bz2 | |
Scala 2.7.5 formula
Signed-off-by: Max Howell <max@methylblue.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/scala.rb | 13 |
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 |
