2011-07-10 08:47:27 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Sersniff < Formula
|
|
|
|
homepage 'http://www.earth.li/projectpurple/progs/sersniff.html'
|
2013-01-28 05:55:12 +00:00
|
|
|
url 'http://www.earth.li/projectpurple/files/sersniff-0.0.5.tar.gz'
|
2012-09-03 18:33:56 +00:00
|
|
|
sha1 'f320171e38ce8877646be65664328071254ed3ce'
|
2013-01-28 05:55:12 +00:00
|
|
|
|
2011-07-10 08:47:27 +00:00
|
|
|
head 'git://the.earth.li/sersniff'
|
|
|
|
|
|
|
|
def install
|
|
|
|
system "make"
|
|
|
|
bin.install "sersniff"
|
|
|
|
man8.install "sersniff.8"
|
|
|
|
end
|
|
|
|
end
|