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
446 B
Ruby
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
|