mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
* makes changes to almost all main repo files to be in accordance with .editorconfig * some files in "test\fixtures\..." were left alone to avoid breaking tests * NOTE: whitespace changes *only* (`git diff -b` shows no changes)
15 lines
519 B
JSON
15 lines
519 B
JSON
{
|
|
"version": "1.12.3",
|
|
"license": "GPL",
|
|
"url": "http://repo1.maven.org/maven2/com/madgag/bfg/1.12.3/bfg-1.12.3.jar",
|
|
"depends": "openjdk",
|
|
"homepage": "https://rtyley.github.io/bfg-repo-cleaner/",
|
|
"hash": "2e237631235cfb8cc2d49dabb986389851dca8a28a07083345274b443dfa4911",
|
|
"bin": "bfg.ps1",
|
|
"env_set": { "BFG_HOME": "$dir" },
|
|
"pre_install": "
|
|
$exe = 'java -jar $env:BFG_HOME\\bfg-1.12.3.jar $args'
|
|
write-output $exe | out-file -filepath $dir\\bfg.ps1
|
|
"
|
|
}
|