mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
19 lines
615 B
Ruby
19 lines
615 B
Ruby
cask "pika" do
|
|
version "0.0.16"
|
|
sha256 "ce0fe7a8c2fa3a0342588353a83c99a8e38b8d1c15f101615be1a39aae680475"
|
|
|
|
url "https://github.com/superhighfives/pika/releases/download/#{version}/Pika-#{version}.dmg",
|
|
verified: "github.com/superhighfives/pika/"
|
|
name "Pika"
|
|
desc "Colour picker for colours onscreen"
|
|
homepage "https://superhighfives.com/pika"
|
|
|
|
app "Pika.app"
|
|
|
|
zap trash: [
|
|
"~/Library/Application Scripts/com.superhighfives.Pika-LaunchAtLoginHelper",
|
|
"~/Library/Containers/com.superhighfives.Pika-LaunchAtLoginHelper",
|
|
"~/Library/Preferences/com.superhighfives.Pika.plist",
|
|
]
|
|
end
|