Files
homebrew-cask/Casks/a/astropad.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

26 lines
736 B
Ruby

cask "astropad" do
version "3.7.0"
sha256 "a0b163918cd94ecb9ecc4f9c423812bb73ec643fc7be713d043886af94d1d280"
url "https://downloads.astropad.com/standard/Astropad-#{version}.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, &:short_version
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