homebrew-cask/Casks/twindocs.rb

11 lines
259 B
Ruby

class Twindocs < Cask
version :latest
sha256 :no_check
url 'https://www.twindocs.com/plugins/es/tools_mac/Twindocs%20tools.pkg.zip'
homepage 'https://www.twindocs.com'
pkg 'Twindocs tools.pkg'
uninstall :pkgutil => 'com.twindocs.ambassador'
end