forked from jcwillox/scoop-bucket
-
Notifications
You must be signed in to change notification settings - Fork 0
/
terminal-icons.json
25 lines (25 loc) · 968 Bytes
/
terminal-icons.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"##": ":Terminal-Icons",
"version": "0.10.0",
"description": "A PowerShell module to show file and folder icons in the terminal",
"homepage": "https://github.com/devblackops/Terminal-Icons",
"license": "MIT",
"url": "https://www.powershellgallery.com/api/v2/package/Terminal-Icons/0.10.0#/dl.7z",
"hash": "f53d93936d0c04cf7aa56b3095e16d42ab44f07d9176cc47b3b22bc3387cc3bc",
"pre_install": [
"Remove-Item -Recurse \"$dir\\package\"",
"Remove-Item -Recurse \"$dir\\_rels\"",
"Remove-Item \"$dir\\Terminal-Icons.nuspec\"",
"Remove-Item \"$dir\\``[Content_Types``].xml\""
],
"psmodule": {
"name": "Terminal-Icons"
},
"checkver": {
"url": "https://www.powershellgallery.com/packages/Terminal-Icons",
"regex": "Terminal-Icons ([\\d.]+)"
},
"autoupdate": {
"url": "https://www.powershellgallery.com/api/v2/package/Terminal-Icons/$version#/dl.7z"
}
}