jariz / Noti

Receive Android notifications on your mac. (w/PushBullet) ⛺
MIT License
911 stars 63 forks source link

How about a homebrew cask? #29

Closed halr9000 closed 8 years ago

halr9000 commented 8 years ago

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

halr9000 commented 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
halr9000 commented 8 years ago

Always wanted an excuse to go through that process. :)

jariz commented 8 years ago

Hey, I'll look into this today. Not sure why I forgot to add it to cask, thanks.

jariz commented 8 years ago

PR has been filed. caskroom/homebrew-cask#25429

jariz commented 8 years ago

PR was merged.