mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
14 lines
488 B
Ruby
14 lines
488 B
Ruby
cask "golly" do
|
|
version "4.2"
|
|
sha256 "ef833166a90f8640f348eee6b614c08f93a5e48ee2070f4f556354f3f3013a7d"
|
|
|
|
url "https://downloads.sourceforge.net/golly/golly/golly-#{version.major_minor}/golly-#{version}-mac.dmg",
|
|
verified: "downloads.sourceforge.net/golly/"
|
|
name "Golly"
|
|
desc "Explore Conway's Game of Life and other types of cellular automata"
|
|
homepage "https://golly.sourceforge.io/"
|
|
|
|
suite "golly-#{version}-mac"
|
|
binary "#{appdir}/golly-#{version}-mac/bgolly"
|
|
end
|