2012-04-26 06:35:17 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Sec < Formula
|
|
|
|
homepage 'http://simple-evcorr.sourceforge.net/'
|
2013-07-13 12:50:13 +00:00
|
|
|
url 'http://downloads.sourceforge.net/project/simple-evcorr/sec/2.7.4/sec-2.7.4.tar.gz'
|
|
|
|
sha1 'a19d100d0340116bb227e835cb822f8c76d6f243'
|
2012-04-26 06:35:17 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
bin.install 'sec'
|
|
|
|
man1.install 'sec.man' => 'sec.1'
|
|
|
|
end
|
|
|
|
|
2013-03-25 18:35:21 +00:00
|
|
|
test do
|
|
|
|
system "#{bin}/sec", "--version"
|
2012-04-26 06:35:17 +00:00
|
|
|
end
|
|
|
|
end
|