homebrew-cask/Casks/totalfinder.rb

18 lines
579 B
Ruby

cask :v1 => 'totalfinder' do
version '1.6.17'
sha256 'f2badde257b54c5dad8c3cce46afc5f4511f1d91ef6ad4a80e3522faa2331106'
url "http://downloads.binaryage.com/TotalFinder-#{version}.dmg"
name 'TotalFinder'
homepage 'http://totalfinder.binaryage.com'
license :commercial
pkg 'TotalFinder.pkg'
uninstall :pkgutil => 'com.binaryage.pkg.totalfinder.app',
:script => {
:executable => 'TotalFinder Uninstaller.app/Contents/MacOS/TotalFinder Uninstaller',
:args => %w[--headless],
}
end