mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 14:26:53 -06:00
12 lines
324 B
Ruby
12 lines
324 B
Ruby
cask :v1 => 'busycontacts' do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url 'http://www.busymac.com/download/BusyContacts.zip'
|
|
name 'BusyContacts'
|
|
homepage 'http://www.busymac.com/busycontacts/index.html'
|
|
license :commercial
|
|
|
|
pkg 'BusyContacts Installer.pkg'
|
|
uninstall :pkgutil => 'com.busymac.busycontacts.pkg'
|
|
end
|