Files
homebrew-cask/Casks/a/ascension.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

19 lines
698 B
Ruby

cask "ascension" do
version "3.0.0"
sha256 "b21598b455878b997a08c88ef1c800eef2ad648ca672228db90ece0754d5e492"
url "https://github.com/ansilove/Ascension/releases/download/v#{version}/Ascension_v#{version}.zip"
name "Ascension"
desc "ANSI/ASCII art viewer"
homepage "https://github.com/ansilove/Ascension"
app "Ascension.app"
zap trash: [
"~/Library/Application Support/Ascension",
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.byteproject.ascension.sfl*",
"~/Library/Preferences/com.byteproject.Ascension.plist",
"~/Library/Saved Application State/com.byteproject.Ascension.savedState",
]
end