Files
homebrew-cask/Casks/q/quicklook-pat.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

13 lines
424 B
Ruby

cask "quicklook-pat" do
version "1.0.0"
sha256 "41d6d9ffb042490c93d661b95c392a341ecde42f40de6988ae944c64808aac28"
url "https://github.com/pixelrowdies/quicklook-pat/releases/download/#{version}/PatternQuickLook.pkg"
name "Adobe Photoshop Patterns Quicklook Plugin"
homepage "https://github.com/pixelrowdies/quicklook-pat"
pkg "PatternQuickLook.pkg"
uninstall pkgutil: "de.pixelrowdies.PatternQuickLook"
end