summaryrefslogtreecommitdiff
path: root/homebrew/fetchmail
diff options
context:
space:
mode:
authorMCApollo <34170230+MCApollo@users.noreply.github.com>2019-04-20 20:49:46 -0500
committerMCApollo <34170230+MCApollo@users.noreply.github.com>2019-04-23 20:18:47 -0500
commit12335518ab39608d58370c85ff9f5384ad2aa5f7 (patch)
tree352d81f2a2de3f1252af732080ec0fde38c13b4d /homebrew/fetchmail
parenta2b26ad12d4fa12f0273645caf4be6d0b8b71e7c (diff)
Ported in the homebrew-marauder for a hacky update/import system.
TODO: Maybe add a license & fix up messy code.
Diffstat (limited to 'homebrew/fetchmail')
-rw-r--r--homebrew/fetchmail/.beer22
-rw-r--r--homebrew/fetchmail/.make.sh-auto3
-rw-r--r--homebrew/fetchmail/_metadata/description1
-rw-r--r--homebrew/fetchmail/_metadata/homepage1
-rw-r--r--homebrew/fetchmail/_metadata/name1
-rw-r--r--homebrew/fetchmail/_metadata/version1
-rwxr-xr-xhomebrew/fetchmail/download.sh1
7 files changed, 30 insertions, 0 deletions
diff --git a/homebrew/fetchmail/.beer b/homebrew/fetchmail/.beer
new file mode 100644
index 000000000..39b57eda8
--- /dev/null
+++ b/homebrew/fetchmail/.beer
@@ -0,0 +1,22 @@
+{
+ "name": "Fetchmail",
+ "description": "Fetch mail from a POP, IMAP, ETRN, or ODMR-capable server",
+ "url": "https://downloads.sourceforge.net/project/fetchmail/branch_6.3/fetchmail-6.3.26.tar.xz",
+ "mirror": null,
+ "homepage": "http://www.fetchmail.info/",
+ "depends": [
+ {
+ "depend": "openssl",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"./configure\", \"--disable-dependency-tracking\", \"--prefix=#{prefix}\", \"--with-ssl=#{Formula[\"openssl\"].opt_prefix}\"",
+ "system \"make\", \"install\""
+ ],
+ "version": "6.3.26",
+ "file": "fetchmail.rb"
+} \ No newline at end of file
diff --git a/homebrew/fetchmail/.make.sh-auto b/homebrew/fetchmail/.make.sh-auto
new file mode 100644
index 000000000..c10ffee2a
--- /dev/null
+++ b/homebrew/fetchmail/.make.sh-auto
@@ -0,0 +1,3 @@
+pkg:setup
+pkg:configure --disable-dependency-tracking --with-ssl=#{Formula[openssl"].opt_prefix}"
+make DESTDIR=${PKG_DEST} install
diff --git a/homebrew/fetchmail/_metadata/description b/homebrew/fetchmail/_metadata/description
new file mode 100644
index 000000000..c1644f05f
--- /dev/null
+++ b/homebrew/fetchmail/_metadata/description
@@ -0,0 +1 @@
+Fetch mail from a POP, IMAP, ETRN, or ODMR-capable server
diff --git a/homebrew/fetchmail/_metadata/homepage b/homebrew/fetchmail/_metadata/homepage
new file mode 100644
index 000000000..50d13631d
--- /dev/null
+++ b/homebrew/fetchmail/_metadata/homepage
@@ -0,0 +1 @@
+http://www.fetchmail.info/
diff --git a/homebrew/fetchmail/_metadata/name b/homebrew/fetchmail/_metadata/name
new file mode 100644
index 000000000..bad8473e7
--- /dev/null
+++ b/homebrew/fetchmail/_metadata/name
@@ -0,0 +1 @@
+Fetchmail
diff --git a/homebrew/fetchmail/_metadata/version b/homebrew/fetchmail/_metadata/version
new file mode 100644
index 000000000..7186a7a13
--- /dev/null
+++ b/homebrew/fetchmail/_metadata/version
@@ -0,0 +1 @@
+6.3.26
diff --git a/homebrew/fetchmail/download.sh b/homebrew/fetchmail/download.sh
new file mode 100755
index 000000000..c8fe81ca4
--- /dev/null
+++ b/homebrew/fetchmail/download.sh
@@ -0,0 +1 @@
+wget https://downloads.sourceforge.net/project/fetchmail/branch_6.3/fetchmail-6.3.26.tar.xz \ No newline at end of file