mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
24 lines
606 B
Ruby
24 lines
606 B
Ruby
cask "shotcut" do
|
|
version "23.11.29"
|
|
sha256 "83b820ad8de5b1b0d5d839c1d89225996ddc0300d555f78017a2c7ebbce6512a"
|
|
|
|
url "https://github.com/mltframework/shotcut/releases/download/v#{version}/shotcut-macos-#{version.no_dots}.dmg",
|
|
verified: "github.com/mltframework/shotcut/"
|
|
name "Shotcut"
|
|
desc "Video editor"
|
|
homepage "https://www.shotcut.org/"
|
|
|
|
livecheck do
|
|
url :url
|
|
strategy :github_latest
|
|
end
|
|
|
|
app "Shotcut.app"
|
|
|
|
zap trash: [
|
|
"~/Library/Application Support/Meltytech",
|
|
"~/Library/Caches/Meltytech",
|
|
"~/Library/Preferences/com.meltytech.Shotcut.plist",
|
|
]
|
|
end
|