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

cask "qlplayground" do
version "0.2"
sha256 "40487c1351b27a939d6383e359eea73c1a0a6b7fee00247f6954dae32540d1db"
url "https://github.com/norio-nomura/qlplayground/releases/download/#{version}/qlplayground.qlgenerator-#{version}.zip"
name "qlplayground"
desc "QuickLook plugin for Swift files"
homepage "https://github.com/norio-nomura/qlplayground"
qlplugin "qlplayground.qlgenerator"
# No zap stanza required
end