homebrew-cask/Casks/totalfinder.rb

17 lines
558 B
Ruby
Raw Normal View History

2014-11-14 01:27:12 +08:00
cask :v1 => 'totalfinder' do
version '1.6.17'
sha256 'f2badde257b54c5dad8c3cce46afc5f4511f1d91ef6ad4a80e3522faa2331106'
url "http://downloads.binaryage.com/TotalFinder-#{version}.dmg"
homepage 'http://totalfinder.binaryage.com'
license :commercial
2014-09-10 23:37:07 +08:00
pkg 'TotalFinder.pkg'
2014-11-22 22:12:46 +08:00
uninstall :pkgutil => 'com.binaryage.pkg.totalfinder.app',
:script => {
:executable => 'TotalFinder Uninstaller.app/Contents/MacOS/TotalFinder Uninstaller',
:args => %w[--headless],
}
end