Creepy icon

Creepy 1.4.1

Geolocation OSINT tool

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    creepy # Creepy
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    creepy # Creepy
  ];
}

Package Definition

{
  "pname": "creepy",
  "version": "1.4.1",
  "src": {
    "url": "https://github.com/jkakavas/creepy/releases/download/v1.4.1/cree.py_1.4.1.dmg.zip",
    "sha256": "c500216420cb32b7779f20726bc838868c4424d234b9dc7f076d083b317b5450"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/cree.py.app\" && cp -r \"cree.py.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Geolocation OSINT tool",
    "homepage": "https://www.geocreepy.com/"
  }
}