homebrew-cask/Casks/astropad.rb

26 lines
737 B
Ruby

cask "astropad" do
version "3.7.0,3219"
sha256 "a0b163918cd94ecb9ecc4f9c423812bb73ec643fc7be713d043886af94d1d280"
url "https://downloads.astropad.com/standard/Astropad-#{version.before_comma}.dmg"
name "Astropad"
desc "Utility to turn an iPad into a drawing tablet"
homepage "https://astropad.com/"
livecheck do
url "https://s3.amazonaws.com/astropad.com/downloads/sparkle.xml"
strategy :sparkle
end
app "Astropad.app"
uninstall quit: "com.astro-hq.AstropadMac"
zap trash: [
"~/Library/Caches/Astropad",
"~/Library/Caches/com.astro-hq.AstropadMac",
"~/Library/Preferences/com.astro-hq.AstropadMac.plist",
"~/Library/Saved Application State/com.astro-hq.AstropadMac.savedState",
]
end