homebrew-cask/Casks/golly.rb

28 lines
763 B
Ruby
Raw Normal View History

2014-11-14 01:25:57 +08:00
cask :v1 => 'golly' do
version '2.6'
2014-12-11 00:55:20 +08:00
if MacOS.release <= :mountain_lion
2014-04-26 11:08:47 +08:00
sha256 '6fee35e8e4f63ee2c1b0913b7e8009b2548c4e4469050f9c31791900e1e97f16'
2014-10-07 22:43:43 +08:00
url "http://downloads.sourceforge.net/project/golly/golly/golly-#{version}/golly-#{version}-mac106.zip"
2014-10-07 22:43:43 +08:00
2014-09-16 00:05:39 +08:00
app "golly-#{version}-mac106/Golly.app"
binary "golly-#{version}-mac106/bgolly"
2014-08-09 22:10:15 +08:00
else
sha256 '8e2e7ffd22dd046a701b6db13a1c36939eced46078c85eeccf709072183fb71c'
2014-10-07 22:43:43 +08:00
url "http://downloads.sourceforge.net/project/golly/golly/golly-#{version}/golly-#{version}-mac109.zip"
2014-09-16 00:05:39 +08:00
app "golly-#{version}-mac109/Golly.app"
2014-08-09 22:10:15 +08:00
binary "golly-#{version}-mac109/bgolly"
end
2015-04-01 04:15:47 +08:00
name 'Golly'
homepage 'http://golly.sourceforge.net/'
license :gpl
2014-10-07 22:43:43 +08:00
2014-02-22 23:11:07 +08:00
caveats do
files_in_usr_local
end
end