oh-my-posh/packages/scoop/oh-my-posh.json

22 lines
819 B
JSON
Raw Normal View History

2020-10-27 04:10:22 -07:00
{
"version": "<VERSION>",
"description": "A prompt theme engine for any shell",
"homepage": "https://ohmyposh.dev",
"license": {
"identifier": "GPL-3.0-only",
"url": "https://github.com/JanDeDobbeleer/oh-my-posh3/blob/main/COPYING"
},
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh3/releases/download/v<VERSION>/posh-linux-amd64",
"https://github.com/JanDeDobbeleer/oh-my-posh3/releases/download/v<VERSION>/posh-windows-amd64.exe",
"https://github.com/JanDeDobbeleer/oh-my-posh3/releases/download/v<VERSION>/post-install.ps1"
],
"hash": [
"<HASH_LINUX>",
"<HASH_WINDOWS>",
"<HASH_INSTALL_SCRIPT>"
],
"bin": ["posh-linux-amd64", "posh-windows-amd64.exe"],
2020-11-01 02:44:26 -08:00
"post_install": "& \"$dir/post-install.ps1\""
2020-10-27 04:10:22 -07:00
}