Closed halr9000 closed 8 years ago
Here's a working cask which was generated using the steps here: Adding a Cask.
noti.rb:
cask 'noti' do
version '0.1.4'
sha256 '6836e1f26a67be8ab96ec09fb612b07dae823722b78f59214a64e8d3aa11c26a'
# github.com/jariz/Noti was verified as official when first introduced to the cask
url "https://github.com/jariz/Noti/releases/download/#{version}/Noti.dmg"
appcast 'https://github.com/jariz/Noti/releases.atom',
checkpoint: '5fd70f1dea5ac15a20247c96e9c16a7a3153f35623a93ac6ba59eb72bdb40f51'
name 'Noti'
homepage 'https://noti.center/'
license :oss
app 'Noti.app'
end
Always wanted an excuse to go through that process. :)
Hey, I'll look into this today. Not sure why I forgot to add it to cask, thanks.
PR has been filed. caskroom/homebrew-cask#25429
PR was merged.
I'd love to install Noti this way:
brew cask install noti
How about an official pacakge? https://caskroom.github.io/
If not interested, LMK, maybe I'll bottle one up that points at your DMG.
Contrib instructions over there: https://github.com/caskroom/homebrew-cask/blob/master/CONTRIBUTING.md