diff options
author | Cem Keylan <cem@ckyln.com> | 2019-12-17 14:35:51 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2019-12-17 14:35:51 +0300 |
commit | 1c0aee08636544ccfc68142f707a3c63f96deead (patch) | |
tree | 73b1ee1a6475e0d24dbb749cc068b2f058a446e8 /community/neomutt/build | |
parent | f350de5032f5fe93d3a429be90a75fe0a9a80dd7 (diff) | |
download | repository-1c0aee08636544ccfc68142f707a3c63f96deead.tar.gz |
neomutt: add to community
Diffstat (limited to 'community/neomutt/build')
-rwxr-xr-x | community/neomutt/build | 12 |
1 files changed, 12 insertions, 0 deletions
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 |