taichi / chocolatey-peco

chocolatey packaging scripts for peco

Home Page:https://github.com/peco/peco

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

choco apikey -k <your key here> -s https://push.chocolatey.org/

About

chocolatey packaging scripts for peco

https://github.com/peco/peco

License:MIT License


Languages

Language:PowerShell 100.0%