From 1c0aee08636544ccfc68142f707a3c63f96deead Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 17 Dec 2019 14:35:51 +0300 Subject: neomutt: add to community --- community/neomutt/build | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 community/neomutt/build (limited to 'community/neomutt/build') diff --git a/community/neomutt/build b/community/neomutt/build new file mode 100755 index 00000000..b53e5429 --- /dev/null +++ b/community/neomutt/build @@ -0,0 +1,12 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --ssl \ + --disable-doc \ + --disable-idn \ + --disable-nls \ + --lua --sasl + +make +make DESTDIR="$1" install -- cgit v1.2.3