homebrew-cask/Casks/whatpulse.rb

15 lines
401 B
Ruby
Raw Normal View History

2014-11-14 01:27:20 +08:00
cask :v1 => 'whatpulse' do
version '2.5'
sha256 '415ed3d29aa233b1dc77653a29be2191a91687a04f96a43b94012377c9e5e933'
2014-09-26 20:09:18 +08:00
url "http://amcdn.whatpulse.org/files/whatpulse-mac-#{version}.dmg"
2015-04-02 13:41:50 +08:00
name 'WhatPulse'
homepage 'http://www.whatpulse.org/'
license :gratis
2014-09-26 20:09:18 +08:00
pkg "WhatPulse #{version}.mpkg"
2014-11-22 22:12:47 +08:00
uninstall :pkgutil => 'com.lostdomain.whatpulse',
2014-09-18 19:58:00 +08:00
:quit => 'com.whatpulse.mac'
2013-12-18 15:41:25 +08:00
end