mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
14 lines
436 B
Ruby
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
|