Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/taichi/chocolatey-peco

chocolatey packaging scripts for peco
https://github.com/taichi/chocolatey-peco

Last synced: about 2 months ago
JSON representation

chocolatey packaging scripts for peco

Awesome Lists containing this project

README

        

# chocolatey-peco

## Maintenance

When a new version is released,

- modify version of peco.nuspec
- get checksum from released archive
```
(Get-FileHash peco_windows_386.zip SHA512).Hash
(Get-FileHash peco_windows_amd64.zip SHA512).Hash
```
- update install script
- run below
```
choco pack peco.nuspec
cpush peco.[current version].nupkg
```

## if you don't have Chocolatey account

- Get a Chocolatey account:
- http://chocolatey.org/account/Register
- please say [@taichi](https://twitter.com/ryushi) to add maintainer
- Copy the API key from your Chocolatey account.

```
choco apikey -k -s https://push.chocolatey.org/
```