Files
homebrew-cask/Casks/q/qlprettypatch.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
417 B
Ruby

cask "qlprettypatch" do
version "1.0"
sha256 "ae2cb623cc741bf053fdfad0b5f1435c3bbad6d4b3f37d43b407296c46462182"
url "https://github.com/atnan/QLPrettyPatch/releases/download/v#{version}/QLPrettyPatch.qlgenerator.zip"
name "QLPrettyPatch"
desc "QuickLook plugin to view patch files"
homepage "https://github.com/atnan/QLPrettyPatch"
qlplugin "QLPrettyPatch.qlgenerator"
# No zap stanza required
end