diff options
Diffstat (limited to 'Library/Formula/shocco.rb')
| -rw-r--r-- | Library/Formula/shocco.rb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Library/Formula/shocco.rb b/Library/Formula/shocco.rb index 6943a7e91..78cc9cd55 100644 --- a/Library/Formula/shocco.rb +++ b/Library/Formula/shocco.rb @@ -9,14 +9,14 @@ class Pygments < Formula end class Shocco < Formula + homepage 'http://rtomayko.github.com/shocco/' head 'https://github.com/rtomayko/shocco.git', :commit => '06ab9ecebd713a1a6ae695b190a775ca6dfeb7b2' - homepage 'http://rtomayko.github.com/shocco/' depends_on 'markdown' def install - Pygments.new.brew { libexec.install ['pygmentize','pygments'] } + Pygments.new.brew { libexec.install 'pygmentize','pygments' } # Brew into libexec, along with Pygments system "./configure", "PYGMENTIZE=#{libexec}/pygmentize", "--prefix=#{libexec}" @@ -24,8 +24,7 @@ class Shocco < Formula libexec.install "shocco" # Link the script into bin - bin.mkpath - ln_s libexec+"shocco", bin + bin.install_symlink libexec+"shocco" end def caveats |
