homebrew-cask/Casks/totalfinder.rb

18 lines
579 B
Ruby
Raw Normal View History

2014-11-14 01:27:12 +08:00
cask :v1 => 'totalfinder' do
2015-06-25 14:54:24 +08:00
version '1.6.27'
sha256 '0b0c5fe81aa2da7094a2b1d5d75e9d40069a00d085cae25a17cefb86a40f9738'
url "http://downloads.binaryage.com/TotalFinder-#{version}.dmg"
2015-05-05 04:41:23 +08:00
name 'TotalFinder'
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