From 9ac786d3304380f461491d813e14d0c9dfc01214 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Mon, 27 Jan 2025 23:56:59 +0100 Subject: Add olden-mail --- Formula/olden-mail.rb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Formula/olden-mail.rb (limited to 'Formula') 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 -- cgit