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

cask "qlswift" do
version "0.0.2"
sha256 "4407b8e25320a339032bf97cf7bc2a0d62bdf5f45c889e78ee757236ba600408"
url "https://github.com/lexrus/QLSwift/releases/download/#{version}/QLSwift.qlgenerator.zip"
name "QLSwift"
desc "QuickLook plugin for Swift files"
homepage "https://github.com/lexrus/QLSwift"
qlplugin "QLSwift.qlgenerator"
# No zap stanza required
end