Add ncurses to Homebrew formula

as a build and recommended dependency. Generates a `--without-ncurses`
option to disable it. See
https://github.com/Homebrew/brew/blob/master/docs/Formula-Cookbook.md#specifying-other-formulae-as-dependencies
This commit is contained in:
Eric Nielsen 2016-12-16 19:28:12 -05:00
parent d8620b9e79
commit f5b829e82a

View File

@ -6,6 +6,7 @@ class Kakoune < Formula
depends_on 'boost' depends_on 'boost'
depends_on 'docbook-xsl' => :build depends_on 'docbook-xsl' => :build
depends_on 'ncurses' => [:build, :recommended]
depends_on 'asciidoc' => [:build, 'with-docbook-xsl'] depends_on 'asciidoc' => [:build, 'with-docbook-xsl']
def install def install