diff options
Diffstat (limited to 'homebrew/neomutt/.make.sh-auto')
-rw-r--r-- | homebrew/neomutt/.make.sh-auto | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/homebrew/neomutt/.make.sh-auto b/homebrew/neomutt/.make.sh-auto new file mode 100644 index 000000000..ffb7adf13 --- /dev/null +++ b/homebrew/neomutt/.make.sh-auto @@ -0,0 +1,4 @@ +pkg:setup +ENV["XML_CATALOG_FILES"] = "#{etc}/xml/catalog" +pkg:configure --enable-gpgme --with-gpgme=#{Formula[gpgme"].opt_prefix}" --gss --lmdb --notmuch --sasl --tokyocabinet --with-ssl=#{Formula[openssl"].opt_prefix}" --with-ui=ncurses +make DESTDIR=${PKG_DEST} install |