homebrew-cask/Casks/tsprint.rb

14 lines
363 B
Ruby
Raw Normal View History

2016-09-20 03:06:31 +08:00
cask 'tsprint' do
version :latest
sha256 :no_check
url 'http://www.terminalworks.com/downloads/tsprint/macosx/TSPrintClient.zip'
name 'TSPrintClient'
homepage 'http://www.terminalworks.com/'
2016-09-20 03:06:31 +08:00
pkg 'TSPrintClient.pkg'
uninstall quit: 'com.terminalworks.TSPrintClient',
pkgutil: 'com.terminalworks.tsprintclient.TSPrintClient.pkg'
2016-09-20 03:06:31 +08:00
end