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