{
  "id": "hugo",
  "name": "Hugo",
  "options": {
    "version": {
      "type": "string",
      "proposals": [
        "latest"
      ],
      "default": "latest",
      "description": "Select or enter a version."
    }
  },
  "containerEnv": {
    "HUGO_DIR": "/usr/local/hugo",
    "PATH": "${HUGO_DIR}/bin:${PATH}"
  },
  "install": {
    "app": "",
    "file": "install.sh"
  }
}