homebrew-cask/Casks/totalterminal.rb

14 lines
414 B
Ruby
Raw Normal View History

class Totalterminal < Cask
2014-08-27 20:16:12 +08:00
version '1.5.3'
sha256 '1a2fc29a223e71475851e873dff9cc8631fd88748a7169cb784b68d9befdd9e2'
2014-08-27 20:16:12 +08:00
url 'http://downloads.binaryage.com/TotalTerminal-1.5.3.dmg'
homepage 'http://totalterminal.binaryage.com'
2014-09-10 23:37:07 +08:00
pkg 'TotalTerminal.pkg'
uninstall :script => {
:executable => 'TotalTerminal Uninstaller.app/Contents/MacOS/TotalTerminal Uninstaller',
:args => %w[--headless]
}
2013-10-25 03:21:31 +08:00
end