Files
homebrew-cask/Casks/i/inloop-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
446 B
Ruby

cask "inloop-qlplayground" do
version "1.0"
sha256 "44c25a7da0dc3748b01deb0c01634044ccbc625b4266b4fea0630cbedb773929"
url "https://github.com/inloop/qlplayground/releases/download/v#{version}/inloop-qlplayground.v#{version}.zip"
name "inloop-qlplayground"
desc "QuickLook generator for Xcode Playgrounds"
homepage "https://github.com/inloop/qlplayground"
qlplugin "inloop-qlplayground.qlgenerator"
# No zap stanza required
end