Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Homebrew Cask #627

Open
gilas19 opened this issue Nov 25, 2024 · 3 comments
Open

Homebrew Cask #627

gilas19 opened this issue Nov 25, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@gilas19
Copy link

gilas19 commented Nov 25, 2024

Describe the solution you'd like
Option to install using Homebrew

@gilas19 gilas19 added the enhancement New feature or request label Nov 25, 2024
@baruchiro
Copy link
Collaborator

Good idea, can you help with that?

@gilas19
Copy link
Author

gilas19 commented Nov 25, 2024

# caspion.rb
cask "caspion" do
  version "2.4.1"
  sha256 "da1eeac2760b36f9c99512727bd82540698069b15f794b83c44177a157b17ce3"

  url "https://github.com/brafdlog/caspion/releases/download/v#{version}/caspion.dmg"
  name "caspion"
  desc "Automated budget tracking from Israeli financial institutions"
  homepage "https://github.com/brafdlog/caspion"

  livecheck do
    url :url
    strategy :github_latest
  end

  depends_on macos: ">= :catalina"

  app "Caspion.app"

  zap trash: [
    "~/Library/Application Support/Caspion",
    "~/Library/Logs/Caspion",
    "~/Library/Preferences/com.electron.caspion.plist",
    "~/Library/Saved Application State/com.electron.caspion.savedState"
  ]
end

got signature verification error with audit option: macOS on ARM requires software to be signed.

@baruchiro
Copy link
Collaborator

The homepage can be https://caspion.org/

And yes, the software is not signed, see here: #276 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants