summaryrefslogtreecommitdiff
path: root/homebrew/mailcheck
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/mailcheck')
-rw-r--r--homebrew/mailcheck/.beer19
-rw-r--r--homebrew/mailcheck/.make.sh-auto5
-rw-r--r--homebrew/mailcheck/_metadata/description1
-rw-r--r--homebrew/mailcheck/_metadata/homepage1
-rw-r--r--homebrew/mailcheck/_metadata/name1
-rw-r--r--homebrew/mailcheck/_metadata/version1
-rwxr-xr-xhomebrew/mailcheck/download.sh1
7 files changed, 29 insertions, 0 deletions
diff --git a/homebrew/mailcheck/.beer b/homebrew/mailcheck/.beer
new file mode 100644
index 000000000..13339d971
--- /dev/null
+++ b/homebrew/mailcheck/.beer
@@ -0,0 +1,19 @@
+{
+ "name": "Mailcheck",
+ "description": "Check multiple mailboxes/maildirs for mail",
+ "url": "https://downloads.sourceforge.net/project/mailcheck/mailcheck/1.91.2/mailcheck_1.91.2.tar.gz",
+ "mirror": null,
+ "homepage": "https://mailcheck.sourceforge.io/",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"make\", \"mailcheck\"",
+ "bin.install \"mailcheck\"",
+ "man1.install \"mailcheck.1\"",
+ "etc.install \"mailcheckrc\""
+ ],
+ "version": "1.91.2",
+ "file": "mailcheck.rb"
+} \ No newline at end of file
diff --git a/homebrew/mailcheck/.make.sh-auto b/homebrew/mailcheck/.make.sh-auto
new file mode 100644
index 000000000..4012a1077
--- /dev/null
+++ b/homebrew/mailcheck/.make.sh-auto
@@ -0,0 +1,5 @@
+pkg:setup
+make mailcheck
+bin.install "mailcheck"
+man1.install "mailcheck.1"
+etc.install "mailcheckrc"
diff --git a/homebrew/mailcheck/_metadata/description b/homebrew/mailcheck/_metadata/description
new file mode 100644
index 000000000..7adac8e82
--- /dev/null
+++ b/homebrew/mailcheck/_metadata/description
@@ -0,0 +1 @@
+Check multiple mailboxes/maildirs for mail
diff --git a/homebrew/mailcheck/_metadata/homepage b/homebrew/mailcheck/_metadata/homepage
new file mode 100644
index 000000000..7ee19789b
--- /dev/null
+++ b/homebrew/mailcheck/_metadata/homepage
@@ -0,0 +1 @@
+https://mailcheck.sourceforge.io/
diff --git a/homebrew/mailcheck/_metadata/name b/homebrew/mailcheck/_metadata/name
new file mode 100644
index 000000000..dbba7f5be
--- /dev/null
+++ b/homebrew/mailcheck/_metadata/name
@@ -0,0 +1 @@
+Mailcheck
diff --git a/homebrew/mailcheck/_metadata/version b/homebrew/mailcheck/_metadata/version
new file mode 100644
index 000000000..bf959fdaf
--- /dev/null
+++ b/homebrew/mailcheck/_metadata/version
@@ -0,0 +1 @@
+1.91.2
diff --git a/homebrew/mailcheck/download.sh b/homebrew/mailcheck/download.sh
new file mode 100755
index 000000000..5d288c257
--- /dev/null
+++ b/homebrew/mailcheck/download.sh
@@ -0,0 +1 @@
+wget https://downloads.sourceforge.net/project/mailcheck/mailcheck/1.91.2/mailcheck_1.91.2.tar.gz \ No newline at end of file