phinze/homebrew-cask

View on GitHub
Casks/c/cinder.rb

Summary

Maintainability
A
30 mins
Test Coverage
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