Files
homebrew-cask/Casks/m/makehuman.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

20 lines
581 B
Ruby

cask "makehuman" do
version "1.2.0"
sha256 "dbbaecc1286f20f65216f39dcb3021522ec89b6acd05c0ec769dfa22aa129c08"
url "https://download.tuxfamily.org/makehuman/releases/makehuman-community-#{version}-macos.zip",
verified: "tuxfamily.org/makehuman/"
name "MakeHuman"
desc "Open Source tool for making 3D characters"
homepage "http://www.makehumancommunity.org/"
livecheck do
url "https://download.tuxfamily.org/makehuman/releases/"
regex(/makehuman-community-(\d+(?:\.\d+)*)-macos\.zip/i)
end
depends_on macos: ">= :sierra"
app "MakeHuman.app"
end