mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
Add Ansicon for coloring ANSI escape sequences (#177)
* Add Ansicon for coloring ANSI escape sequences * Update bucket/ansicon.json Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>
This commit is contained in:
parent
bc73c3cf9e
commit
025f1d8895
23
bucket/ansicon.json
Normal file
23
bucket/ansicon.json
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"homepage": "http://ansicon.adoxa.vze.com/",
|
||||||
|
"description": "Process ANSI escape sequences for Windows console programs.",
|
||||||
|
"license": "zlib",
|
||||||
|
"version": "1.89",
|
||||||
|
"url": "https://github.com/adoxa/ansicon/releases/download/v1.89/ansi189-bin.zip",
|
||||||
|
"hash": "646c34073df5dcaf81e6b74a5d05074f32d25ed190a8a9009abea00c3dd9184c",
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"extract_dir": "x64"
|
||||||
|
},
|
||||||
|
"32bit": {
|
||||||
|
"extract_dir": "x86"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"bin": "ansicon.exe",
|
||||||
|
"checkver": {
|
||||||
|
"github": "https://github.com/adoxa/ansicon"
|
||||||
|
},
|
||||||
|
"autoupdate": {
|
||||||
|
"url": "https://github.com/adoxa/ansicon/releases/download/v$version/ansi$cleanVersion-bin.zip"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user