Git Product home page Git Product logo

Comments (10)

adidalal avatar adidalal commented on July 17, 2024 4

(Homebrew Cask maintainer here)

A .dmg with the .app bundle/binaries inside, uploaded via Github Releases is probably the most efficient way to get BackgroundMusic in the HBC repo - there's plenty of Casks to model off of, and there is excellent documentation to write your own (but I'm biased 😁)

from markoff.

dotWee avatar dotWee commented on July 17, 2024 2

Any update on the homebrew plans?

from markoff.

kaishin avatar kaishin commented on July 17, 2024

This would be nice indeed, but It's a bit out of my comfort zone. Happy to accept PRs though.

from markoff.

philadams-zz avatar philadams-zz commented on July 17, 2024

I think on your side, the key will be #16 - I can then submit a patch to homebrew making it installable in that system.

from markoff.

croaky avatar croaky commented on July 17, 2024

Formula would probably go in https://github.com/thoughtbot/homebrew-formulae? Maybe some examples there that could help guide

from markoff.

keith avatar keith commented on July 17, 2024

For Markoff the markoff.rb would look something like this:

cask 'markoff' do
  version '1.0.0'
  sha256 'something here via `shasum -a 256 Markoff.zip`'

  url 'a .app download URL'
  appcast 'url if you support sparkle'
  name 'Markoff'
  homepage 'https://github.com/thoughtbot/Markoff'
  license :mit

  app 'Markoff.app'
end

I haven't ever tried having cask formulas in taps, but you might be able to nest them in the Casks directory instead of the Formula one. Otherwise the PRs on the main homebrew-cask repo get in very quick, so it's easier to support there than homebrew itself.

from markoff.

philadams-zz avatar philadams-zz commented on July 17, 2024

+1 yep that'll work :)

from markoff.

Cbeck527 avatar Cbeck527 commented on July 17, 2024

@philadams @keith @adidalal my PR #36 should help adress this!

from markoff.

FranklinYu avatar FranklinYu commented on July 17, 2024

mas-cli is another way to make use of Homebrew.

from markoff.

adidalal avatar adidalal commented on July 17, 2024

FYI mas-cli != Homebrew (Cask).

We do know of it, and recommend it for MAS-only apps.

You can add still add it to Homebrew Cask, of course - my earlier comment is still true.

from markoff.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.