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.
15 lines
479 B
Ruby
15 lines
479 B
Ruby
cask "qlstephen" do
|
|
version "1.5.1"
|
|
sha256 "1f4a6104687d8c6479316dea37a88eb1a94875b0814744b9dc307492eb259c04"
|
|
|
|
url "https://github.com/whomwah/qlstephen/releases/download/#{version}/QLStephen.qlgenerator.#{version}.zip",
|
|
verified: "github.com/whomwah/qlstephen/"
|
|
name "QLStephen"
|
|
desc "QuickLook plugin for plaintext files without an extension"
|
|
homepage "https://whomwah.github.io/qlstephen/"
|
|
|
|
qlplugin "QLStephen.qlgenerator"
|
|
|
|
# No zap stanza required
|
|
end
|