mirror of
https://github.com/qwjyh/scoop_bucket.git
synced 2025-02-21 02:37:12 +09:00
my scoop bucket
* update: ghc from 9.6.1 -> 9.12.1 * update: hls 2.0.0.1 -> 2.9.0.1 * update: powershell-editorservice 3.20.1 -> 4.2.0 * update: tinymist 0.12.10 -> 0.12.18 |
||
---|---|---|
.github | ||
.vscode | ||
bin | ||
bucket | ||
deprecated | ||
scripts | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.markdownlint.json | ||
LICENSE | ||
README.md | ||
Scoop-Bucket.Tests.ps1 |
Scoop Bucket Template
Template bucket for Scoop, the Windows command-line installer.
How do I install these manifests?
To add this bucket, run scoop bucket add <bucketname> https://github.com/<username>/<bucketname>
. To install, do scoop install <manifest>
.
How do I contribute new manifests?
To make a new manifest contribution, please read the Contributing Guide.
To use this template
- Modify the Readme.md and the bin/auto-pr.ps1 files accordingly.
- Enable GitHub Actions for this repository.