mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-13 04:01:19 +00:00
This leads to more consistent license properties and allows for easier automated parsing. https://spdx.org/licenses/
15 lines
356 B
JSON
15 lines
356 B
JSON
{
|
|
"version": "latest",
|
|
"license": "Apache-2.0",
|
|
"url": [
|
|
"https://raw.githubusercontent.com/aspnet/Home/release/kvm.ps1"
|
|
],
|
|
"homepage": "https://github.com/aspnet/Home",
|
|
"env_set": {
|
|
"KRE_HOME": "$dir\\.k",
|
|
"KRE_USER_HOME": "$dir\\.k"
|
|
},
|
|
"bin": "kvm.ps1",
|
|
"post_install": "iex \"kvm upgrade\""
|
|
}
|