blob: 1d06486dee597837ebd8be797c0e7ed49c91ecdb (
plain) (
tree)
|
|
{
"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"
}
}
|