ScoopInstaller_Main/bucket/everything-cli.json
2022-08-01 04:50:56 +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": "75bfc0737905408798b6ffa6bf51496df3c162f7da9b01927b8393d249e143e8",
"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"
}
}