-
-
Notifications
You must be signed in to change notification settings - Fork 67
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
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. |
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: