homebrew-cask-versions/Casks/hall.rb
Leonel Galan d189a5cd15 Adds Cask for Hall
Hall is an "all-in-one communications app for businesses and teams"
2013-10-28 18:09:34 -04:00

8 lines
322 B
Ruby

class Hall < Cask
url 'https://hall.com/desktop/osx/installers/Hall_1_0_5.dmg'
homepage 'https://hall.com/download-hall/hall-for-mac'
version '1.0.5'
sha1 '051a68743c1bd522530ac72d06427106b35220ea'
install 'Hall.pkg'
uninstall :pkgutil => 'com.companyline.hall.desktop', :files => '/Applications/Hall.app'
end