summaryrefslogtreecommitdiff
path: root/homebrew/mailutils
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/mailutils')
-rw-r--r--homebrew/mailutils/.beer37
-rw-r--r--homebrew/mailutils/.make.sh-auto3
-rw-r--r--homebrew/mailutils/_metadata/description1
-rw-r--r--homebrew/mailutils/_metadata/homepage1
-rw-r--r--homebrew/mailutils/_metadata/name1
-rw-r--r--homebrew/mailutils/_metadata/version1
-rwxr-xr-xhomebrew/mailutils/download.sh1
7 files changed, 45 insertions, 0 deletions
diff --git a/homebrew/mailutils/.beer b/homebrew/mailutils/.beer
new file mode 100644
index 000000000..1942401e8
--- /dev/null
+++ b/homebrew/mailutils/.beer
@@ -0,0 +1,37 @@
+{
+ "name": "Mailutils",
+ "description": "Swiss Army knife of email handling",
+ "url": "https://ftp.gnu.org/gnu/mailutils/mailutils-3.4.tar.gz",
+ "mirror": "https://ftpmirror.gnu.org/mailutils/mailutils-3.4.tar.gz",
+ "homepage": "https://mailutils.org/",
+ "depends": [
+ {
+ "depend": "gnutls",
+ "build-depend": false
+ },
+ {
+ "depend": "gsasl",
+ "build-depend": false
+ },
+ {
+ "depend": "libtool",
+ "build-depend": false
+ },
+ {
+ "depend": "readline",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"./configure\", \"--disable-mh\",",
+ "\"--prefix=#{prefix}\",",
+ "\"--without-guile\",",
+ "\"--without-tokyocabinet\"",
+ "system \"make\", \"PYTHON_LIBS=-undefined dynamic_lookup\", \"install\""
+ ],
+ "version": "3.4",
+ "file": "mailutils.rb"
+} \ No newline at end of file
diff --git a/homebrew/mailutils/.make.sh-auto b/homebrew/mailutils/.make.sh-auto
new file mode 100644
index 000000000..303987bf0
--- /dev/null
+++ b/homebrew/mailutils/.make.sh-auto
@@ -0,0 +1,3 @@
+pkg:setup
+pkg:configure --disable-mh --without-guile --without-tokyocabinet
+make PYTHON_LIBS=-undefined dynamic_lookup DESTDIR=${PKG_DEST} install
diff --git a/homebrew/mailutils/_metadata/description b/homebrew/mailutils/_metadata/description
new file mode 100644
index 000000000..1369cd8bc
--- /dev/null
+++ b/homebrew/mailutils/_metadata/description
@@ -0,0 +1 @@
+Swiss Army knife of email handling
diff --git a/homebrew/mailutils/_metadata/homepage b/homebrew/mailutils/_metadata/homepage
new file mode 100644
index 000000000..b98a8dd0d
--- /dev/null
+++ b/homebrew/mailutils/_metadata/homepage
@@ -0,0 +1 @@
+https://mailutils.org/
diff --git a/homebrew/mailutils/_metadata/name b/homebrew/mailutils/_metadata/name
new file mode 100644
index 000000000..ffb0a8d6d
--- /dev/null
+++ b/homebrew/mailutils/_metadata/name
@@ -0,0 +1 @@
+Mailutils
diff --git a/homebrew/mailutils/_metadata/version b/homebrew/mailutils/_metadata/version
new file mode 100644
index 000000000..2f4b60750
--- /dev/null
+++ b/homebrew/mailutils/_metadata/version
@@ -0,0 +1 @@
+3.4
diff --git a/homebrew/mailutils/download.sh b/homebrew/mailutils/download.sh
new file mode 100755
index 000000000..c54708652
--- /dev/null
+++ b/homebrew/mailutils/download.sh
@@ -0,0 +1 @@
+wget https://ftp.gnu.org/gnu/mailutils/mailutils-3.4.tar.gz || wget https://ftpmirror.gnu.org/mailutils/mailutils-3.4.tar.gz \ No newline at end of file