You've already forked homebrew-cask
mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-04-22 15:25:17 -07:00
14 lines
418 B
Ruby
14 lines
418 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 "Quick Look plugin to view patch files"
|
|
homepage "https://github.com/atnan/QLPrettyPatch"
|
|
|
|
qlplugin "QLPrettyPatch.qlgenerator"
|
|
|
|
# No zap stanza required
|
|
end
|