Merge pull request #8582 from Cottser/busycal

Add BusyCal
This commit is contained in:
ndr 2015-01-02 07:18:29 +00:00
commit 7bbf961eac
1 changed files with 12 additions and 0 deletions

12
Casks/busycal.rb Normal file
View File

@ -0,0 +1,12 @@
cask :v1 => 'busycal' do
version :latest
sha256 :no_check
url 'http://www.busymac.com/download/BusyCal.zip'
name 'BusyCal'
homepage 'http://busymac.com/busycal/index.html'
license :commercial
pkg 'BusyCal Installer.pkg'
uninstall :pkgutil => 'com.busymac.busycal2.pkg'
end