Skip to content

Commit

Permalink
nfdump 1.6.13 (new formula)
Browse files Browse the repository at this point in the history
Add nfdump to Homebrew. Nfdump is a tool for capturing, processing, and
replaying netflow data.

Closes Homebrew/legacy-homebrew#38985.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
  • Loading branch information
kylekoza authored and MikeMcQuaid committed Apr 24, 2015
1 parent d02127e commit 63c38eb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Formula/nfdump.rb
@@ -0,0 +1,14 @@
class Nfdump < Formula
homepage "http://nfdump.sourceforge.net"
url "https://downloads.sourceforge.net/project/nfdump/stable/nfdump-1.6.13/nfdump-1.6.13.tar.gz"
sha256 "251533c316c9fe595312f477cdb051e9c667517f49fb7ac5b432495730e45693"

def install
system "./configure", "--prefix=#{prefix}"
system "make", "install"
end

test do
system "#{bin}/nfdump", "-Z 'host 8.8.8.8'"
end
end

0 comments on commit 63c38eb

Please sign in to comment.