homebrew-cask/Casks/lazarus.rb

15 lines
435 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'lazarus' do
2015-09-07 03:58:37 +08:00
version '1.4.2-20150711'
sha256 'a63ae1e6206044f60b7ab1640a33b7fb0de58a7e26c32efb17d15d94cbd7120c'
2015-01-18 08:48:12 +08:00
# sourceforge.net is the official download host per the vendor homepage
url "http://downloads.sourceforge.net/lazarus/lazarus-#{version}-i386-macosx.dmg"
2015-04-09 02:25:32 +08:00
name 'Lazarus'
homepage 'http://lazarus.freepascal.org/'
license :gpl
2014-09-10 23:37:03 +08:00
pkg 'lazarus.pkg'
2014-11-22 22:12:41 +08:00
2014-03-08 22:40:08 +08:00
uninstall :pkgutil => 'org.freepascal.lazarus.www'
2013-11-28 16:54:26 +08:00
end