aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/narwhal.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/narwhal.rb b/Library/Formula/narwhal.rb
index 4fe4072f5..0b9ca23e3 100644
--- a/Library/Formula/narwhal.rb
+++ b/Library/Formula/narwhal.rb
@@ -1,16 +1,15 @@
require 'formula'
class Narwhal < Formula
+ homepage 'http://www.narwhaljs.org/'
url 'https://github.com/280north/narwhal/tarball/v0.3.2'
md5 'c5f8c0af38b79a7a7b827d3f05f79e21'
- homepage 'http://www.narwhaljs.org/'
head 'https://github.com/280north/narwhal.git'
def install
rm Dir['bin/*.cmd']
libexec.install Dir['*']
- bin.mkpath
- Dir["#{libexec}/bin/*"].each { |d| ln_s d, bin }
+ bin.install_symlink Dir["#{libexec}/bin/*"]
end
end