homebrew-cask/Casks/e/elgato-video-capture.rb

28 lines
1.3 KiB
Ruby

cask "elgato-video-capture" do
version "2.0.7.8720"
sha256 "dee13035de81f5ce841ae2c00d90f5b025f035950e3f6b5a9aad09199115ff80"
url "https://edge.elgato.com/video-capture/macos/#{version.major_minor_patch}/Video_Capture_#{version}.zip"
name "Elgato Video Capture"
desc "Capture video from analog sources"
homepage "https://www.elgato.com/ww/en/s/downloads"
livecheck do
url "https://www.elgato.com/graphql?query=query%20contentJson(%24identifier%3A%5BString%5D%24contentType%3AString%24options%3AContentJsonOptionsInput)%7BcontentJson(identifiers%3A%24identifier%20contentType%3A%24contentType%20options%3A%24options)%7Bidentifier%20entries%7D%7D&operationName=contentJson&variables=%7B%22contentType%22%3A%22downloads%22%2C%22identifier%22%3A%5B%22downloads%22%5D%2C%22options%22%3A%7B%22level%22%3A1%7D%7D&locale=en-US"
regex(/Video[._-]Capture[._-]v?(\d+(?:\.\d+)+)\.zip/i)
end
depends_on macos: ">= :el_capitan"
app "Elgato Video Capture.app"
zap trash: [
"~/Library/Application Support/com.elgato.VideoCapture",
"~/Library/Application Support/Elgato Video Capture",
"~/Library/Caches/com.elgato.VideoCapture",
"~/Library/Caches/com.plausiblelabs.crashreporter.data/com.elgato.VideoCapture",
"~/Library/Logs/elgato.log",
"~/Library/Preferences/com.elgato.VideoCapture.plist",
]
end