aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/sersniff.rb14
1 files changed, 14 insertions, 0 deletions
diff --git a/Library/Formula/sersniff.rb b/Library/Formula/sersniff.rb
new file mode 100644
index 000000000..3a1617281
--- /dev/null
+++ b/Library/Formula/sersniff.rb
@@ -0,0 +1,14 @@
+require 'formula'
+
+class Sersniff < Formula
+ url 'http://www.earth.li/projectpurple/files/sersniff-0.0.5.tar.gz'
+ homepage 'http://www.earth.li/projectpurple/progs/sersniff.html'
+ md5 '5caf3262442b5e82c3de820ce3f76fa2'
+ head 'git://the.earth.li/sersniff'
+
+ def install
+ system "make"
+ bin.install "sersniff"
+ man8.install "sersniff.8"
+ end
+end