alyssaxuu / later

Save all your Mac apps for later with one click 🖱️
https://getlater.app
MIT License
1.5k stars 63 forks source link

brew cask? #5

Open ricardo-valero opened 2 years ago

vniehues commented 1 year ago

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

mayurankv commented 1 year ago

I'd also love this!

SageBaram commented 1 year ago

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 commented 1 year ago

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