Skip to content
This repository has been archived by the owner on Jul 6, 2022. It is now read-only.

How about a homebrew cask? #29

Closed
halr9000 opened this issue Oct 6, 2016 · 5 comments
Closed

How about a homebrew cask? #29

halr9000 opened this issue Oct 6, 2016 · 5 comments

Comments

@halr9000
Copy link

halr9000 commented Oct 6, 2016

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
Copy link
Author

halr9000 commented Oct 6, 2016

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
Copy link
Author

halr9000 commented Oct 6, 2016

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

@jariz
Copy link
Owner

jariz commented Oct 7, 2016

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

@jariz
Copy link
Owner

jariz commented Oct 12, 2016

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

@jariz
Copy link
Owner

jariz commented Oct 12, 2016

PR was merged.

@jariz jariz closed this as completed Oct 12, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants