Files
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

21 lines
740 B
Ruby

cask "nfov" do
version "1.3.1"
sha256 "a23ef50f243453cec012a2f2a754fb44b3c5e997a0703feabda53235274c1e69"
url "https://github.com/nrlquaker/nfov/releases/download/v#{version}/nfov-darwin-x64-#{version}.zip"
name "nfov"
desc "ASCII / ANSI art viewer"
homepage "https://github.com/nrlquaker/nfov"
app "nfov.app"
zap trash: [
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.electron.nfov.sfl*",
"~/Library/Application Support/nfov",
"~/Library/Logs/nfov",
"~/Library/Preferences/com.electron.nfov.helper.plist",
"~/Library/Preferences/com.electron.nfov.plist",
"~/Library/Saved Application State/com.electron.nfov.savedState",
]
end