Files
homebrew-cask/Casks/q/quicknfo.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

14 lines
400 B
Ruby

cask "quicknfo" do
version "1.2"
sha256 "ee5c03f78ff60e69e776bec39896ac48496915de35fcb3e2bd0d9c20ad92b5bb"
url "https://github.com/The-Master777/QuickNFO/releases/download/v#{version}/QuickNFO.qlgenerator.zip"
name "QuickNFO"
desc "QuickLook plugin for viewing NFO files"
homepage "https://github.com/planbnet/QuickNFO"
qlplugin "QuickNFO.qlgenerator"
# No zap stanza required
end