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

cask "qlcommonmark" do
version "1.1"
sha256 "7778fae360f844fc17b17a4d5f8d3a01db811b0f78e174b70bea4410de2b12c7"
url "https://github.com/digitalmoksha/QLCommonMark/releases/download/v#{version}/QLCommonMark.qlgenerator.zip"
name "QLCommonMark"
desc "QuickLook plugin for CommonMark and Markdown"
homepage "https://github.com/digitalmoksha/QLCommonMark/"
qlplugin "QLCommonMark.qlgenerator"
# No zap stanza required
end