alyssaxuu / later

Save all your Mac apps for later with one click 🖱️

Home Page:https://getlater.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

brew cask?

ricardo-valero opened this issue · comments

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

I'd also love this!

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

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