Files
homebrew-cask/Casks/s/stringsfile.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

19 lines
435 B
Ruby

cask "stringsfile" do
version "1.0"
sha256 :no_check
url "https://blog.timac.org/2014/0325-quicklook-plugin-to-preview-strings-files/StringsFile.qlgenerator.zip"
name "StringsFile QuickLook plugin"
desc "QuickLook plugin to preview .strings files"
homepage "https://blog.timac.org/?p=933"
livecheck do
url :url
strategy :extract_plist
end
qlplugin "StringsFile.qlgenerator"
# No zap stanza required
end