eth-cscs / manta

Another CLI for Alps
https://eth-cscs.github.io/manta/
BSD 3-Clause "New" or "Revised" License
14 stars 3 forks source link

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

Open miguelgila opened 6 months ago

miguelgila commented 6 months ago

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 commented 6 months ago

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

brew install --build-from-source manta.rb
miguelgila commented 5 months ago

@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.