libmaxminddb: add deps, geoipupdate option.
Most users will want the database auto-update tool, which until recently came bundled with geoip, the old format library. Closes Homebrew/homebrew#24637. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
3b14badd8a
commit
ba9aea4931
1 changed files with 7 additions and 0 deletions
|
@ -6,6 +6,13 @@ class Libmaxminddb < Formula
|
|||
sha1 'db7618a97c222cab0a0ba2fb8439abcd1465f10c'
|
||||
head 'https://github.com/maxmind/libmaxminddb.git'
|
||||
|
||||
if build.head?
|
||||
depends_on 'autoconf' => :build
|
||||
depends_on 'automake' => :build
|
||||
depends_on 'libtool' => :build
|
||||
end
|
||||
depends_on 'geoipupdate' => :optional
|
||||
|
||||
option :universal
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue