homebrew-cask/Casks/zero10-editor.rb

12 lines
275 B
Ruby
Raw Normal View History

2014-10-18 19:46:14 +08:00
class Zero10Editor < Cask
version :latest
sha256 :no_check
url 'http://www.sweetscape.com/download/010EditorMacInstaller.dmg'
homepage 'http://www.sweetscape.com/'
license :unknown
pkg '010 Editor.pkg'
uninstall :pkgutil => 'com.SweetScape.010Editor.pkg'
end