2012-10-17 15:30:06 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Zinc < Formula
|
|
|
|
homepage 'https://github.com/typesafehub/zinc'
|
2012-11-10 19:41:05 +00:00
|
|
|
url 'http://repo.typesafe.com/typesafe/zinc/com/typesafe/zinc/dist/0.2.0/zinc-0.2.0.tgz'
|
|
|
|
sha1 '1161817f71a9dc1326a58854b40bdc80d19f8e4d'
|
2012-10-17 15:30:06 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
rm_f Dir["bin/ng/{linux,win}*"]
|
|
|
|
libexec.install Dir['*']
|
|
|
|
bin.install_symlink libexec/"bin/zinc"
|
|
|
|
end
|
|
|
|
end
|