Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aidanaden/scoop-bucket
https://github.com/aidanaden/scoop-bucket
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/aidanaden/scoop-bucket
- Owner: aidanaden
- License: unlicense
- Created: 2023-09-20T11:31:52.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-02T12:57:37.000Z (11 months ago)
- Last Synced: 2024-04-14T02:00:06.244Z (8 months ago)
- Language: PowerShell
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Scoop Bucket Template
Template bucket for [Scoop](https://scoop.sh), the Windows command-line installer.
## How do I use this template?
1. Generate your own copy of this repository with the "Use this template"
button.
2. Allow all GitHub Actions:
- Navigate to `Settings` - `Actions` - `General` - `Actions permissions`.
- Select `Allow all actions and reusable workflows`.
- Then `Save`.
3. Allow writing to the repository from within GitHub Actions:
- Navigate to `Settings` - `Actions` - `General` - `Workflow permissions`.
- Select `Read and write permissions`.
- Then `Save`.
4. Document the bucket in `README.md`.
5. Replace the placeholder repository string in `bin/auto-pr.ps1`.
6. Create new manifests by copying `bucket/app-name.json.template` to
`bucket/.json`.
7. Commit and push changes.## How do I install these manifests?
After manifests have been committed and pushed, run the following:
```pwsh
scoop bucket add https://github.com//
scoop install /
```## How do I contribute new manifests?
To make a new manifest contribution, please read the [Contributing
Guide](https://github.com/ScoopInstaller/.github/blob/main/.github/CONTRIBUTING.md)
and [App Manifests](https://github.com/ScoopInstaller/Scoop/wiki/App-Manifests)
wiki page.