generated from ScoopInstaller/BucketTemplate
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathposh-cargo.json
22 lines (22 loc) · 969 Bytes
/
posh-cargo.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"homepage": "https://github.com/Bak-Jin-Hyeong/posh-cargo",
"description": "Provides tab autocompletion of 'cargo' command on PowerShell prompt",
"version": "0.1.2.0",
"license": "WTFPL",
"url": "https://github.com/Bak-Jin-Hyeong/posh-cargo/archive/v0.1.2.0.zip",
"hash": "5825c305adcbbdc84f3f3cdcc46c630607c7b6c076f8217f6b41efe36d543a77",
"extract_dir": "posh-cargo-0.1.2.0",
"psmodule": {
"name": "posh-cargo"
},
"post_install": "Import-Module $env:USERPROFILE\\scoop\\modules\\posh-cargo",
"notes": [
"To enable completion autoload, you need to add posh-cargo module to PowerShell $PROFILE by running:",
"Add-Content -Path $Profile -Value \"`nImport-Module $env:USERPROFILE\\scoop\\modules\\posh-cargo\""
],
"checkver": "github",
"autoupdate": {
"url": "https://github.com/Bak-Jin-Hyeong/posh-cargo/archive/v$version.zip",
"extract_dir": "posh-cargo-$version"
}
}