homebrew-cask/Casks/totalterminal.rb

14 lines
414 B
Ruby

class Totalterminal < Cask
version '1.5.3'
sha256 '1a2fc29a223e71475851e873dff9cc8631fd88748a7169cb784b68d9befdd9e2'
url 'http://downloads.binaryage.com/TotalTerminal-1.5.3.dmg'
homepage 'http://totalterminal.binaryage.com'
pkg 'TotalTerminal.pkg'
uninstall :script => {
:executable => 'TotalTerminal Uninstaller.app/Contents/MacOS/TotalTerminal Uninstaller',
:args => %w[--headless]
}
end