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.
14 lines
433 B
Ruby
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
|