mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
28 lines
716 B
Ruby
28 lines
716 B
Ruby
cask "gyazo" do
|
|
version "6.0.0"
|
|
sha256 "216ace167a5c582f05a150ebdedf8464fd2d8b748f34d239f6c409e7c36db509"
|
|
|
|
url "https://files.gyazo.com/setup/Gyazo-#{version}.pkg"
|
|
name "Nota Gyazo GIF"
|
|
desc "Screenshot and screen recording tool"
|
|
homepage "https://gyazo.com/"
|
|
|
|
livecheck do
|
|
url "https://gyazo.com/api/gy_mac.xml"
|
|
strategy :sparkle
|
|
end
|
|
|
|
pkg "Gyazo-#{version}.pkg"
|
|
|
|
uninstall launchctl: "com.gyazo.menu.helper",
|
|
pkgutil: "com.gyazo.pkg",
|
|
quit: "com.gyazo.menu"
|
|
|
|
zap trash: [
|
|
"~/Library/Caches/com.gyazo.gif",
|
|
"~/Library/Caches/com.gyazo.mac",
|
|
"~/Library/Preferences/com.gyazo.gif.plist",
|
|
"~/Library/Preferences/com.gyazo.mac.plist",
|
|
]
|
|
end
|