homebrew-cask/Casks/klayout.rb

12 lines
329 B
Ruby

class Klayout < Cask
version '0.23.2'
sha256 '96ce3fdead710248ed2ed4f25c9a94859949466d42eaa4f87881c17567dc1f15'
url 'http://178.77.72.242/downloads/klayout.0.23.2.pkg'
homepage 'http://www.klayout.de/index.html'
install 'klayout.0.23.2.pkg'
uninstall :pkgutil => 'klayout.de',
:quit => 'klayout.de'
end