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

BUG: homebrew command in Github release page fails on Mac #35

Open
miguelgila opened this issue Feb 19, 2024 · 2 comments
Open

BUG: homebrew command in Github release page fails on Mac #35

miguelgila opened this issue Feb 19, 2024 · 2 comments

Comments

@miguelgila
Copy link
Collaborator

When trying to install manta thru homebrew on MacOS another software is installed:

❯ brew info manta
==> manta: 1.1.4
https://getmanta.app/
Not installed
From: https://github.com/Homebrew/homebrew-cask/blob/HEAD/Casks/m/manta.rb
==> Name
Manta
==> Description
Invoicing desktop app with customizable templates
==> Artifacts
Manta.app (App)
==> Analytics
install: 6 (30 days), 13 (90 days), 55 (365 days)

This is what homebrew has in the manta.rb file:

cask "manta" do
  version "1.1.4"
  sha256 "f980f8d0c233e923a2352fd10521c1a04d059bc15140504bb7d2cfe235838776"

  url "https://github.com/hql287/Manta/releases/download/v#{version}/Manta-#{version}-mac.zip",
      verified: "github.com/hql287/Manta/"
  name "Manta"
  desc "Invoicing desktop app with customizable templates"
  homepage "https://getmanta.app/"

  app "Manta.app"
end

Is Homebrew supported on MacOS?

@Masber
Copy link
Collaborator

Masber commented Feb 19, 2024

I yet have to test this but I think the command is like:

brew install --build-from-source manta.rb

@Masber Masber changed the title homebrew fails on Mac BUG: homebrew fails on Mac Feb 19, 2024
@Masber Masber changed the title BUG: homebrew fails on Mac BUG: homebrew command in Github release page fails on Mac Feb 25, 2024
@miguelgila
Copy link
Collaborator Author

@Masber I've tried this on my Mac, but the problem seems to be that the "manta" word (I don't know if there's a better term for homebrew stuff) points to a different software package.

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

No branches or pull requests

2 participants