Scala 2.7.5 formula
Signed-off-by: Max Howell <max@methylblue.com>
This commit is contained in:
parent
dd27682489
commit
2c603f712a
1 changed files with 13 additions and 0 deletions
13
Formula/scala.rb
Normal file
13
Formula/scala.rb
Normal file
|
@ -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
|
Loading…
Reference in a new issue