Template bucket for Scoop, the Windows command-line installer.
- Generate your own copy of this repository with the "Use this template" button.
- Allow all GitHub Actions:
- Navigate to
Settings
-Actions
-General
-Actions permissions
. - Select
Allow all actions and reusable workflows
. - Then
Save
.
- Navigate to
- Allow writing to the repository from within GitHub Actions:
- Navigate to
Settings
-Actions
-General
-Workflow permissions
. - Select
Read and write permissions
. - Then
Save
.
- Navigate to
- Document the bucket in
README.md
. - Replace the placeholder repository string in
bin/auto-pr.ps1
. - Create new manifests by copying
bucket/app-name.json.template
tobucket/<app-name>.json
. - Commit and push changes.
After manifests have been committed and pushed, run the following:
scoop bucket add WSL-libre-linux-kernel-Scoop https://github.com/zcg/WSL-libre-linux-kernel-Scoop
scoop install WSL-libre-linux-kernel-Scoop/libre-kernel-wsl2
To make a new manifest contribution, please read the Contributing Guide and App Manifests wiki page.