homebrew-cask/Casks/popclip.rb

15 lines
445 B
Ruby

cask "popclip" do
version "2020.12"
sha256 "1f186088aa42d8659d9608e042c551d59764440193dc77c04ae8f5df32a53ac9"
url "https://pilotmoon.com/downloads/PopClip-#{version}.zip"
appcast "https://softwareupdate.pilotmoon.com/update/popclip/appcast.xml"
name "PopClip"
desc "Used to access context-specific actions when text is selected"
homepage "https://pilotmoon.com/popclip/"
depends_on macos: ">= :sierra"
app "PopClip.app"
end