my scoop bucket
Find a file
qwjyh dddc1b0b58
Update packages (#18)
* 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
2025-02-04 03:08:57 +09:00
.github Initial commit 2023-01-17 18:11:16 +09:00
.vscode Initial commit 2023-01-17 18:11:16 +09:00
bin update auto-pr.ps1 & README 2024-01-22 13:43:24 +09:00
bucket Update packages (#18) 2025-02-04 03:08:57 +09:00
deprecated Initial commit 2023-01-17 18:11:16 +09:00
scripts Initial commit 2023-01-17 18:11:16 +09:00
.editorconfig Initial commit 2023-01-17 18:11:16 +09:00
.gitattributes Initial commit 2023-01-17 18:11:16 +09:00
.gitignore Initial commit 2023-01-17 18:11:16 +09:00
.markdownlint.json Initial commit 2023-01-17 18:11:16 +09:00
LICENSE Initial commit 2023-01-17 18:11:16 +09:00
README.md update auto-pr.ps1 & README 2024-01-22 13:43:24 +09:00
Scoop-Bucket.Tests.ps1 Initial commit 2023-01-17 18:11:16 +09:00

Scoop Bucket Template

Tests Excavator

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.