my scoop bucket
Find a file
2023-07-09 21:56:18 +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 Initial commit 2023-01-17 18:11:16 +09:00
bucket update haskell-language-server to 2.0.0.1 2023-07-09 21:56:18 +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 Initial commit 2023-01-17 18:11:16 +09:00
Scoop-Bucket.Tests.ps1 Initial commit 2023-01-17 18:11:16 +09:00

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.