homebrew-cask/Casks/xquartz.rb

10 lines
334 B
Ruby

class Xquartz < Cask
url 'http://xquartz.macosforge.org/downloads/SL/XQuartz-2.7.5.dmg'
homepage 'http://xquartz.macosforge.org/'
version '2.7.5'
sha1 'd18c088adba2e1a04bf4a56626f1e485f3894377'
install 'XQuartz.pkg'
uninstall :quit => 'org.macosforge.xquartz.X11',
:pkgutil => 'org.macosforge.xquartz.pkg'
end