diff options
author | David Manouchehri <david.manouchehri@riseup.net> | 2017-05-19 19:34:52 -0400 |
---|---|---|
committer | David Manouchehri <david.manouchehri@riseup.net> | 2017-05-19 19:34:52 -0400 |
commit | 867acf717a91d1ef4f722b38d43e11340dcbb9cc (patch) | |
tree | 8e8adb1f78a43379fc74b160f276ff0a09c15e99 /packages | |
parent | 185cd4fb30b32a66e766d939bf08dc68c11c8c4f (diff) |
Added HEAD for homebrew.
Diffstat (limited to 'packages')
-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}" |