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

25 lines
969 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",
2020-11-01 08:22:00 -08:00
"https://github.com/JanDeDobbeleer/oh-my-posh3/releases/download/v<VERSION>/post-install.ps1",
"https://github.com/JanDeDobbeleer/oh-my-posh3/releases/download/v<VERSION>/themes.zip"
2020-10-27 04:10:22 -07:00
],
"hash": [
"<HASH_LINUX>",
"<HASH_WINDOWS>",
2020-11-01 08:22:00 -08:00
"<HASH_INSTALL_SCRIPT>",
"<HASH_THEMES>"
2020-10-27 04:10:22 -07:00
],
2020-11-01 08:22:00 -08:00
"extract_to": "themes",
2020-11-01 08:29:52 -08:00
"post_install": "& \"$dir/post-install.ps1\"",
2020-11-01 08:22:00 -08:00
"bin": ["posh-linux-amd64", "posh-windows-amd64.exe"]
2020-10-27 04:10:22 -07:00
}