phinze/homebrew-cask

View on GitHub
Casks/r/rive.rb

Summary

Maintainability
A
30 mins
Test Coverage
cask "rive" do
  version "0.8.1808"
  sha256 "eb1f2bd077843bd17b382b13ab50a3292198c6d277d498c6a545f7b669680314"

  url "https://releases.rive.app/macos/#{version}/Rive.dmg"
  name "Rive"
  desc "Design tool that creates functional graphics"
  homepage "https://rive.app/"

  livecheck do
    url "https://releases.rive.app/release.xml"
    strategy :sparkle, &:short_version
  end

  app "Rive.app"

  zap trash: [
    "~/Library/Application Scripts/app.rive.editor",
    "~/Library/Containers/app.rive.editor",
  ]
end