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

cask "qladdict" do
version "1.3.0"
sha256 "9342a65b103ab4f71b21f4094f0f9ad8c48b38e976fc4d10cf2995936531e551"
url "https://github.com/tattali/QLAddict/releases/download/#{version}/QLAddict.qlgenerator.#{version}.zip"
name "QLAddict"
desc "QuickLook plugin for subtitle (.srt) files"
homepage "https://github.com/tattali/QLAddict/"
qlplugin "QLAddict.qlgenerator"
# No zap stanza required
end