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