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

brew cask? #5

Open
ricardo-valero opened this issue Sep 5, 2022 · 4 comments
Open

brew cask? #5

ricardo-valero opened this issue Sep 5, 2022 · 4 comments

Comments

@ricardo-valero
Copy link

No description provided.

@vniehues
Copy link

It would be great if someone could create a cask for this app! :)

@mayurankv
Copy link

I'd also love this!

@SageBaram
Copy link

Creating a cask is rather simple but the project is not version oriented so brew won't see it as an acceptable cask.
If the maintainer is interested I could create the cask but the project needs a version tag.
@alyssaxuu

@dxts
Copy link

dxts commented Feb 28, 2023

I think it should be possible even if it is not versioned for now.

cask "later" do
  version "1.0"
  sha256 :no_check

  url "https://github.com/alyssaxuu/later/raw/master/Later.dmg"
      verified: "github.com/alyssaxuu/later/"
  name "Later"
  desc "A simple Mac app to clear and restore your workspace with ease"
  homepage "https://getlater.app/"

  app "Later.app"
end

https://docs.brew.sh/Adding-Software-to-Homebrew#examples

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

5 participants