Skip to content

Commit

Permalink
highlight 3.5
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
x2on authored and adamv committed Jun 13, 2011
1 parent 5e494c2 commit 7bf66b9
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions Library/Formula/highlight.rb
@@ -1,13 +1,15 @@
require 'formula'

class Highlight < Formula
url 'http://www.andre-simon.de/zip/highlight-2.16.tar.bz2'
url 'http://www.andre-simon.de/zip/highlight-3.5.tar.bz2'
homepage 'http://www.andre-simon.de/doku/highlight/en/highlight.html'
sha1 'b5fed14bb1a973fe134dd2133766bb86fdc7494e'
sha1 '0e57b45103b6f471a96f987f98dc5e09fed138b5'

depends_on 'boost'
depends_on 'lua'

def install
conf = etc+'highlight/'
system "make", "PREFIX=#{prefix}", "conf_dir=#{conf}"
system "make", "PREFIX=#{prefix}", "conf_dir=#{conf}", "install"
system "make", "PREFIX=#{prefix}", "conf_dir=#{etc}/highlight"
system "make", "PREFIX=#{prefix}", "conf_dir=#{etc}/highlight", "install"
end
end

0 comments on commit 7bf66b9

Please sign in to comment.