Files
homebrew-cask/Casks/c/cinder.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

19 lines
509 B
Ruby

cask "cinder" do
version "0.9.2"
sha256 "b7576cc0259380d2730258f54021dfc2482f00413c005593e566eadf145e2381"
url "https://libcinder.org/static/releases/cinder_#{version}_mac.zip"
name "Cinder"
desc "C++ library for creative coding"
homepage "https://libcinder.org/"
livecheck do
url "https://libcinder.org/download"
regex(/href=.*?cinder[._-]v?(\d+(?:\.\d+)+)[._-]mac\.zip/i)
end
suite "cinder_#{version}_mac"
zap trash: "~/Library/Preferences/org.libcinder.TinderBox.plist"
end