homebrew-cask/Casks/twindocs.rb

13 lines
331 B
Ruby
Raw Normal View History

2014-11-14 01:27:15 +08:00
cask :v1 => 'twindocs' do
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-12-10 21:51:09 +08:00
license :unknown # todo: improve this machine-generated value
2014-09-10 23:37:07 +08:00
pkg 'Twindocs tools.pkg'
2014-11-22 22:12:47 +08:00
uninstall :pkgutil => 'com.twindocs.ambassador'
end