diff options
author | Michele Campus <fci1908@gmail.com> | 2017-05-20 10:08:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-20 10:08:34 +0200 |
commit | ccfe37870c6693bfe04d37c7702a9de50363441d (patch) | |
tree | 8e8adb1f78a43379fc74b160f276ff0a09c15e99 | |
parent | 185cd4fb30b32a66e766d939bf08dc68c11c8c4f (diff) | |
parent | 867acf717a91d1ef4f722b38d43e11340dcbb9cc (diff) |
Merge pull request #386 from Manouchehri/brew
Added HEAD for homebrew.
-rw-r--r-- | packages/homebrew/ndpi.rb | 2 |
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}" |