Skip to content

Commit

Permalink
rig 1.11
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#26075.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
  • Loading branch information
adnissen authored and mistydemeo committed Jan 22, 2014
1 parent 959e22c commit 3f234d0
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Formula/rig.rb
@@ -0,0 +1,17 @@
require "formula"

class Rig < Formula
homepage "http://rig.sourceforge.net/"
url "http://downloads.sourceforge.net/project/rig/rig/1.11/rig-1.11.tar.gz"
sha1 "53a26676c35ba0c1112e1906deebb33a41dd5e95"

def install
system "make"
bin.install 'rig'
(share/'rig').install Dir['data/*']
end

test do
system "#{bin}/rig"
end
end

0 comments on commit 3f234d0

Please sign in to comment.