diff --git a/bucket/vivid.json b/bucket/vivid.json new file mode 100644 index 0000000000..12f21dbb5e --- /dev/null +++ b/bucket/vivid.json @@ -0,0 +1,50 @@ +{ + "version": "0.10.1", + "description": "A themeable LS_COLORS generator with a rich filetype database.", + "homepage": "https://github.com/sharkdp/vivid", + "license": "Apache-2.0|MIT", + "notes": [ + "vivid generates LS_COLORS for colorizing file listings in terminals.", + "Tools that use LS_COLORS on Windows include ls (GNU coreutils), eza and lsd:", + " scoop install main/coreutils", + " scoop install main/eza", + " scoop install main/lsd", + "", + "POSIX shells: export LS_COLORS=\"$(vivid generate molokai)\"", + "PowerShell: $env:LS_COLORS = (vivid.exe generate molokai)", + "View available themes: vivid themes" + ], + "suggest": { + "GNU coreutils": "coreutils", + "Modern ls alternatives": [ + "eza", + "lsd" + ] + }, + "architecture": { + "64bit": { + "url": "https://github.com/sharkdp/vivid/releases/download/v0.10.1/vivid-v0.10.1-x86_64-pc-windows-msvc.zip", + "hash": "c26978625c5e3c26f33ce056272db545573c56008f3b3b5dd0860cb6b6e521db", + "extract_dir": "vivid-v0.10.1-x86_64-pc-windows-msvc" + }, + "32bit": { + "url": "https://github.com/sharkdp/vivid/releases/download/v0.10.1/vivid-v0.10.1-i686-pc-windows-msvc.zip", + "hash": "eea061ac8d3d8c07fcd20267f0d5c6361357ca9b490cf36dec500ef561290869", + "extract_dir": "vivid-v0.10.1-i686-pc-windows-msvc" + } + }, + "bin": "vivid.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/sharkdp/vivid/releases/download/v$version/vivid-v$version-x86_64-pc-windows-msvc.zip", + "extract_dir": "vivid-v$version-x86_64-pc-windows-msvc" + }, + "32bit": { + "url": "https://github.com/sharkdp/vivid/releases/download/v$version/vivid-v$version-i686-pc-windows-msvc.zip", + "extract_dir": "vivid-v$version-i686-pc-windows-msvc" + } + } + } +}