mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
9 lines
316 B
Ruby
9 lines
316 B
Ruby
class Qlprettypatch < Cask
|
|
version '1.0'
|
|
sha256 'ae2cb623cc741bf053fdfad0b5f1435c3bbad6d4b3f37d43b407296c46462182'
|
|
|
|
url 'https://github.com/atnan/QLPrettyPatch/releases/download/v1.0/QLPrettyPatch.qlgenerator.zip'
|
|
homepage 'https://github.com/atnan/QLPrettyPatch'
|
|
|
|
qlplugin 'QLPrettyPatch.qlgenerator'
|
|
end
|