homebrew-cask/Casks/lazarus.rb

19 lines
633 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'lazarus' do
version '1.6.4-20170226'
sha256 'd3af7a83e20732d268ea588be0037347f75392a9d0210e831b056279cc3d8c39'
# sourceforge.net/lazarus was verified as official when first introduced to the cask
url "https://downloads.sourceforge.net/lazarus/lazarus-#{version}-i386-macosx.dmg"
appcast 'https://sourceforge.net/projects/lazarus/rss',
checkpoint: '8ab02d40404440038034b43801b98c89c3c3e278a0a2a8bfedb5951223e47ab1'
2015-04-09 02:25:32 +08:00
name 'Lazarus'
homepage 'https://www.lazarus-ide.org/'
2016-09-14 21:22:19 +08:00
depends_on formula: 'fpc'
2016-02-20 01:51:59 +08:00
depends_on cask: 'fpcsrc'
2014-09-10 23:37:03 +08:00
pkg 'lazarus.pkg'
2014-11-22 22:12:41 +08:00
uninstall pkgutil: 'org.freepascal.lazarus.www'
2013-11-28 16:54:26 +08:00
end