mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 12:04:27 +00:00
15 lines
523 B
JSON
15 lines
523 B
JSON
{
|
|
"version": "1.12.12",
|
|
"license": "GPL",
|
|
"url": "http://repo1.maven.org/maven2/com/madgag/bfg/1.12.12/bfg-1.12.12.jar",
|
|
"depends": "openjdk",
|
|
"homepage": "https://rtyley.github.io/bfg-repo-cleaner/",
|
|
"hash": "03291c9cd9cdc664104f49b22b76bd39edc73052936cbfd72fc8d8595971fd9a",
|
|
"bin": "bfg.ps1",
|
|
"env_set": { "BFG_HOME": "$dir" },
|
|
"pre_install": "
|
|
$exe = 'java -jar $env:BFG_HOME\\bfg-1.12.12.jar $args'
|
|
write-output $exe | out-file -filepath $dir\\bfg.ps1
|
|
"
|
|
}
|