Add klayout.app 0.23.2

This commit is contained in:
Zigang Xiao 2014-05-22 11:12:25 -05:00
parent 49258f5af7
commit d538d8191e
1 changed files with 9 additions and 0 deletions

9
Casks/klayout.rb Normal file
View File

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