Files
homebrew-cask/Casks/q/quicklook-csv.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
400 B
Ruby

cask "quicklook-csv" do
version "1.3"
sha256 "e052e89f8003aed08bb2058e3fb3335ac0a5cdaa0171bfb23b762976e095ef5b"
url "https://github.com/p2/quicklook-csv/releases/download/#{version}/QuickLookCSV-#{version}.dmg"
name "QuickLookCSV"
desc "QuickLook plugin for CSV files"
homepage "https://github.com/p2/quicklook-csv"
qlplugin "QuickLookCSV.qlgenerator"
# No zap stanza required
end