aboutsummaryrefslogtreecommitdiff
path: root/Formula/olden-mail.rb
blob: 808007a8f5c8ea0cbbd224781df524e9a47c7885 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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