aboutsummaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2019-12-17 14:35:51 +0300
committerCem Keylan <cem@ckyln.com>2019-12-17 14:35:51 +0300
commit1c0aee08636544ccfc68142f707a3c63f96deead (patch)
tree73b1ee1a6475e0d24dbb749cc068b2f058a446e8 /community
parentf350de5032f5fe93d3a429be90a75fe0a9a80dd7 (diff)
downloadrepository-1c0aee08636544ccfc68142f707a3c63f96deead.tar.gz
neomutt: add to community
Diffstat (limited to 'community')
-rwxr-xr-xcommunity/neomutt/build12
-rw-r--r--community/neomutt/checksums1
-rw-r--r--community/neomutt/depends3
-rw-r--r--community/neomutt/sources1
-rw-r--r--community/neomutt/version1
5 files changed, 18 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
diff --git a/community/neomutt/checksums b/community/neomutt/checksums
new file mode 100644
index 00000000..8cd4fa92
--- /dev/null
+++ b/community/neomutt/checksums
@@ -0,0 +1 @@
+29b9e9d7293157a8575808eb2ceb62ffb2f31be206405abc64fc37a4425e36f4 20191111.tar.gz
diff --git a/community/neomutt/depends b/community/neomutt/depends
new file mode 100644
index 00000000..4586a2da
--- /dev/null
+++ b/community/neomutt/depends
@@ -0,0 +1,3 @@
+lua
+cyrus-sasl
+libressl
diff --git a/community/neomutt/sources b/community/neomutt/sources
new file mode 100644
index 00000000..9e8da2d8
--- /dev/null
+++ b/community/neomutt/sources
@@ -0,0 +1 @@
+https://github.com/neomutt/neomutt/archive/20191111.tar.gz
diff --git a/community/neomutt/version b/community/neomutt/version
new file mode 100644
index 00000000..810f8f53
--- /dev/null
+++ b/community/neomutt/version
@@ -0,0 +1 @@
+20191111 1