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