Core Location CLI icon

Core Location CLI 4.0.7

Prints location information from CoreLocation

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    corelocationcli # Core Location CLI
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    corelocationcli # Core Location CLI
  ];
}

Package Definition

{
  "pname": "corelocationcli",
  "version": "4.0.7",
  "src": {
    "url": "https://github.com/fulldecent/corelocationcli/releases/download/4.0.7/CoreLocationCLI.zip",
    "sha256": "ac55d0abf7c9ca20dd8b933ce523d1d560004d9b3432963ba1730b573eba9c8c"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/CoreLocationCLI.app\" && cp -r \"CoreLocationCLI.app\" \"$out/Applications\"",
    "mkdir -p \"$out/bin\" && ln -s \"$out/Applications/CoreLocationCLI.app/Contents/MacOS/CoreLocationCLI\" \"$out/bin/CoreLocationCLI\""
  ],
  "meta": {
    "description": "Prints location information from CoreLocation",
    "homepage": "https://github.com/fulldecent/corelocationcli"
  }
}