ScoopInstaller_Main/bucket/everything-cli.json
2022-08-13 10:55:13 +00:00

24 lines
819 B
JSON

{
"version": "1.1.0.24",
"description": "Command line interface to Everyting.",
"homepage": "https://www.voidtools.com/support/everything/command_line_interface/",
"license": "MIT",
"depends": "extras/everything",
"url": "https://www.voidtools.com/ES-1.1.0.24.zip",
"hash": "bb17b7c5b4f94eb73384656c32f04634289413f78f81d73d67d72d8526e0e4d8",
"pre_install": [
"$manifest.persist | ForEach-Object {",
" if (-not (Test-Path \"$persist_dir\\$_\")) { New-Item \"$dir\\$_\" -ItemType file | Out-Null }",
"}"
],
"bin": "es.exe",
"persist": "es.ini",
"checkver": {
"url": "https://www.voidtools.com/downloads/",
"regex": "ES-([\\d.]+)\\.zip"
},
"autoupdate": {
"url": "https://www.voidtools.com/ES-$version.zip"
}
}