GeoTag icon

GeoTag 5.6

Geo location editor for images

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "geotag",
  "version": "5.6",
  "src": {
    "url": "https://www.snafu.org/GeoTag/GeoTag-5.6.dmg",
    "sha256": "fa1a345ff717afdd209aae2afc8ab893f51a01edf2c46163e42d2a12c18d1b84"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/GeoTag.app\" && cp -r \"GeoTag.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Geo location editor for images",
    "homepage": "https://www.snafu.org/GeoTag/"
  }
}