summaryrefslogtreecommitdiff
path: root/homebrew/mailutils/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/mailutils/.beer')
-rw-r--r--homebrew/mailutils/.beer37
1 files changed, 37 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