mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
22 lines
519 B
Ruby
22 lines
519 B
Ruby
cask "rive" do
|
|
version "0.8.913"
|
|
sha256 "14d74026b6964bec09eaab8152b8b8eae0f17613262b6c28408bafa90260c8af"
|
|
|
|
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
|