Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ScoopInstaller/BucketTemplate
Template Bucket for Scoop Installer
https://github.com/ScoopInstaller/BucketTemplate
Last synced: about 2 months ago
JSON representation
Template Bucket for Scoop Installer
- Host: GitHub
- URL: https://github.com/ScoopInstaller/BucketTemplate
- Owner: ScoopInstaller
- License: unlicense
- Created: 2021-12-27T17:08:28.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-09T11:57:27.000Z (3 months ago)
- Last Synced: 2024-11-29T20:47:57.389Z (about 2 months ago)
- Language: PowerShell
- Homepage:
- Size: 31.3 KB
- Stars: 103
- Watchers: 15
- Forks: 46
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - ScoopInstaller/BucketTemplate - Template Bucket for Scoop Installer (PowerShell)
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.
8. If you'd like your bucket to be indexed on `https://scoop.sh`, add the
topic `scoop-bucket` to your repository.## 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.