Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/taichi/chocolatey-peco
- Owner: taichi
- License: mit
- Created: 2014-07-24T01:30:14.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-02-08T11:12:54.000Z (almost 4 years ago)
- Last Synced: 2024-10-12T01:42:45.381Z (3 months ago)
- Language: PowerShell
- Homepage: https://github.com/peco/peco
- Size: 17.6 KB
- Stars: 2
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/
```