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
387 B
Ruby
14 lines
387 B
Ruby
cask "leocad" do
|
|
version "23.03"
|
|
sha256 "7ee537139760b1938980435a3d32bd8068d5e7437e310a01a1f7fd8cf6565867"
|
|
|
|
url "https://github.com/leozide/leocad/releases/download/v#{version}/LeoCAD-macOS-#{version}.dmg"
|
|
name "LeoCAD"
|
|
desc "CAD program for creating virtual LEGO models"
|
|
homepage "https://github.com/leozide/leocad"
|
|
|
|
depends_on macos: ">= :sierra"
|
|
|
|
app "LeoCAD.app"
|
|
end
|