Add dependency on asciidoc to homebrew formula

Homebrew apparently only makes depended-on projects available
in the PATH.
This commit is contained in:
Jimmy Thrasher 2016-02-11 14:06:53 -05:00
parent 3485de717e
commit fd15158cf3

View File

@ -5,6 +5,7 @@ class Kakoune < Formula
head "https://github.com/mawww/kakoune.git"
depends_on 'boost'
depends_on 'asciidoc'
def install
cd 'src' do