parent
040aef5d75
commit
899b38d593
1 changed files with 0 additions and 13 deletions
|
@ -1,13 +0,0 @@
|
|||
require 'formula'
|
||||
|
||||
class Rats < Formula
|
||||
url 'https://www.fortify.com/downloads2/public/rats-2.3.tar.gz'
|
||||
homepage 'http://www.fortify.com/security-resources/rats.jsp'
|
||||
md5 '339ebe60fc61789808a457f6f967d226'
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-debug", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}", "--mandir=#{man}"
|
||||
system "make install"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue