Google App Engine icon

Google App Engine 1.9.89

Cloud computing platform

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    googleappengine # Google App Engine
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    googleappengine # Google App Engine
  ];
}

Package Definition

{
  "pname": "googleappengine",
  "version": "1.9.89",
  "src": {
    "url": "https://storage.googleapis.com/appengine-sdks/featured/GoogleAppEngineLauncher-1.9.89.dmg",
    "sha256": "9ed1780e28da381c92ea6667f64a8d6ba715658d3a8957bf5190fb7edbd00ba9"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/GoogleAppEngineLauncher.app\" && cp -r \"GoogleAppEngineLauncher.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Cloud computing platform",
    "homepage": "https://cloud.google.com/appengine/docs/standard/python/download#appengine_sdk/"
  }
}