homebrew-cask/Casks/klayout.rb

16 lines
520 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'klayout' do
2014-05-23 00:12:25 +08:00
version '0.23.2'
sha256 '96ce3fdead710248ed2ed4f25c9a94859949466d42eaa4f87881c17567dc1f15'
2015-01-18 07:28:09 +08:00
# 178.77.72.242 is the official download host per the vendor homepage
2014-09-26 20:08:59 +08:00
url "http://178.77.72.242/downloads/klayout.#{version}.pkg"
2015-01-10 04:40:28 +08:00
name 'KLayout'
2014-12-25 01:40:22 +08:00
homepage 'http://www.klayout.de/'
license :unknown # TODO: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-26 20:08:59 +08:00
pkg "klayout.#{version}.pkg"
2014-11-22 22:12:41 +08:00
uninstall pkgutil: 'klayout.de',
quit: 'klayout.de'
2014-05-23 00:12:25 +08:00
end