You've already forked homebrew-cask
mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-04-22 15:25:17 -07:00
aa461148bb
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
12 lines
397 B
Ruby
12 lines
397 B
Ruby
cask "corelocationcli" do
|
|
version "4.0.2"
|
|
sha256 "ca70f0492d78c317182a095a25153dc1a5cd4d22fea1b71f6e9dd46c6e3dcab1"
|
|
|
|
url "https://github.com/fulldecent/corelocationcli/releases/download/#{version}/CoreLocationCLI.zip"
|
|
name "Core Location CLI"
|
|
desc "Prints location information from CoreLocation"
|
|
homepage "https://github.com/fulldecent/corelocationcli"
|
|
|
|
binary "CoreLocationCLI"
|
|
end
|