You've already forked homebrew-cask
mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-04-22 15:25:17 -07:00
aa461148bb
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
17 lines
391 B
Ruby
17 lines
391 B
Ruby
cask "githubpulse" do
|
|
version "0.3.10"
|
|
sha256 :no_check
|
|
|
|
url "https://github.com/tadeuzagallo/GithubPulse/raw/master/dist/GithubPulse.zip"
|
|
name "GithubPulse"
|
|
desc "Statusbar app to help you remember to contribute every day on Github"
|
|
homepage "https://github.com/tadeuzagallo/GithubPulse"
|
|
|
|
livecheck do
|
|
url :homepage
|
|
strategy :github
|
|
end
|
|
|
|
app "GithubPulse.app"
|
|
end
|