Files
homebrew-cask/Casks/p/pixel-picker.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

14 lines
433 B
Ruby

cask "pixel-picker" do
version "1.6.1"
sha256 "2c98627f6fca2f3a7d043499e63be25dd80ecd6ab848e15637961f10ebc0bd6f"
url "https://github.com/acheronfail/pixel-picker/releases/download/#{version}/Pixel.Picker.#{version}.dmg"
name "Pixel Picker"
desc "Menu bar application to pick colours from your screen"
homepage "https://github.com/acheronfail/pixel-picker"
depends_on macos: ">= :sierra"
app "Pixel Picker.app"
end