homebrew-core/Formula/sec.rb

17 lines
370 B
Ruby
Raw Normal View History

2014-07-20 00:50:23 +00:00
require "formula"
class Sec < Formula
2014-07-20 00:50:23 +00:00
homepage "http://simple-evcorr.sourceforge.net/"
url "https://downloads.sourceforge.net/project/simple-evcorr/sec/2.7.6/sec-2.7.6.tar.gz"
sha1 "171fe152563832497f2647b6d1b9aa4b8047ba4e"
def install
2014-07-20 00:50:23 +00:00
bin.install "sec"
man1.install "sec.man" => "sec.1"
end
2013-03-25 18:35:21 +00:00
test do
system "#{bin}/sec", "--version"
end
end