https://github.com/tricktux/choco-neovim
Chocolatey package for the distribution of released versions of neovim
https://github.com/tricktux/choco-neovim
chocolatey-packages editor neovim
Last synced: 6 months ago
JSON representation
Chocolatey package for the distribution of released versions of neovim
- Host: GitHub
- URL: https://github.com/tricktux/choco-neovim
- Owner: tricktux
- Created: 2017-05-21T18:32:54.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-17T08:59:47.000Z (about 1 year ago)
- Last Synced: 2024-12-04T16:43:42.592Z (6 months ago)
- Topics: chocolatey-packages, editor, neovim
- Language: PowerShell
- Homepage: https://chocolatey.org/packages/neovim
- Size: 74.2 KB
- Stars: 5
- Watchers: 5
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# choco-neovim
Chocolatey package for the distribution of released versions of [neovim](https://neovim.io/)
## Version upgrade checklist
- [ ] nuspec: update `version` tag.
- [ ] nuspec: update `release notes` tag.
- [ ] chocolateyinstall.ps1: update `$url` and `$url64`
- [ ] chocolateyinstall.ps1: update the `checksum` and `checksum64`
- `"c:\ProgramData\chocolatey\tools\checksum.exe" nvim-win32.zip -t=sha256`
- The checksum `-t` depends on what you have specified in your `checksumType`## Installation Instructions
- Install [chocolatey](https://chocolatey.org/install)
- From command line `choco install neovim`
- Or `choco install neovim --pre`## Dev Instructions
- Always pack after making any changes
- `choco pack`### Testing beta version
- `choco install neovim --pre -s '%cd%' -fy`
- `choco uninstall neovim --pre -s '%cd%' -fy`### Testing regular version
- `choco install neovim --source . -fy`
- `choco uninstall neovim --source . -fy`### Pushing changes
- `choco apikey --key --source https://push.chocolatey.org`
- `choco push --source https://push.chocolatey.org`#### From Linux
- Substitute `choco` with:
- `sudo docker run --rm -v $PWD:$PWD -w $PWD linuturk/mono-choco`
- `choco push --api-key --source https://push.chocolatey.org`