aboutsummaryrefslogtreecommitdiff
path: root/Formula/olden-mail.rb
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2025-01-27 23:56:59 +0100
committerRuben Beltran del Rio <git@r.bdr.sh>2025-01-27 23:56:59 +0100
commit9ac786d3304380f461491d813e14d0c9dfc01214 (patch)
treec00c802a193074268000de9855243fe81ed0f5cb /Formula/olden-mail.rb
parent3eee1e01b8efb0244f234e532e1c5656bf594bdf (diff)
Add olden-mail
Diffstat (limited to 'Formula/olden-mail.rb')
-rw-r--r--Formula/olden-mail.rb18
1 files changed, 18 insertions, 0 deletions
diff --git a/Formula/olden-mail.rb b/Formula/olden-mail.rb
new file mode 100644
index 0000000..808007a
--- /dev/null
+++ b/Formula/olden-mail.rb
@@ -0,0 +1,18 @@
+class OldenMail < Formula
+ desc "IMAP & SMTP proxy to connect vintage clients to modern e-mail."
+ homepage "https://r.bdr.sh/olden-mail.html"
+ if Hardware::CPU.arm?
+ url "https://build.r.bdr.sh/olden-mail/olden-mail-aarch64-apple-darwin-1.1.0.tar.gz"
+ sha256 "5a33a20a3e9ab0cea98ed5ad33cf6c99ec7f5ef7916da60b077f43034dd87405"
+ else
+ url "https://build.r.bdr.sh/olden-mail/olden-mail-x86_64-apple-darwin-1.1.0.tar.gz"
+ sha256 "0141db09bd07d9f8e8c077fc4f2b1b90c1b7b07208c2f37770ae0a28621e6d63"
+ end
+ license "AGPL-3.0-or-later"
+ head "https://git.sr.ht/~rbdr/olden-mail", branch: "main"
+ version "1.1.0"
+
+ def install
+ bin.install "olden-mail"
+ end
+end