homebrew-cask/Casks/golly.rb

28 lines
784 B
Ruby
Raw Normal View History

2014-11-14 01:25:57 +08:00
cask :v1 => 'golly' do
2014-12-11 00:55:20 +08:00
if MacOS.release <= :mountain_lion
version '2.6'
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
version '2.7b3'
sha256 '6b77df5a8dccf6963edc78071e173297f13acb08dcdea3f3d1b9a3290be19dfc'
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