homebrew-cask/Casks/twindocs.rb

11 lines
259 B
Ruby
Raw Normal View History

class Twindocs < Cask
2014-09-17 19:43:06 +08:00
version :latest
2014-05-08 20:51:31 +08:00
sha256 :no_check
url 'https://www.twindocs.com/plugins/es/tools_mac/Twindocs%20tools.pkg.zip'
homepage 'https://www.twindocs.com'
2014-09-10 23:37:07 +08:00
pkg 'Twindocs tools.pkg'
uninstall :pkgutil => 'com.twindocs.ambassador'
end