aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Campus <fci1908@gmail.com>2017-05-20 10:08:34 +0200
committerGitHub <noreply@github.com>2017-05-20 10:08:34 +0200
commitccfe37870c6693bfe04d37c7702a9de50363441d (patch)
tree8e8adb1f78a43379fc74b160f276ff0a09c15e99
parent185cd4fb30b32a66e766d939bf08dc68c11c8c4f (diff)
parent867acf717a91d1ef4f722b38d43e11340dcbb9cc (diff)
Merge pull request #386 from Manouchehri/brew
Added HEAD for homebrew.
-rw-r--r--packages/homebrew/ndpi.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/homebrew/ndpi.rb b/packages/homebrew/ndpi.rb
index a3ea00458..9fdc6db8e 100644
--- a/packages/homebrew/ndpi.rb
+++ b/packages/homebrew/ndpi.rb
@@ -18,6 +18,8 @@ class Ndpi < Formula
depends_on "libtool" => :build
depends_on "json-c"
+ head "https://github.com/ntop/nDPI.git", :branch => "dev"
+
def install
system "./autogen.sh"
system "./configure", "--prefix=#{prefix}"