Skip to content

xuwenbolan/scoop-tools-bucket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

90 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“₯ How to Use

To use this bucket with Scoop:

scoop bucket add scoop-tools https://github.com/xuwenbolan/scoop-tools-bucket

Then you can install apps like this:

scoop install app-name

For example:

scoop install synclink

πŸ“‚ Manifest Format

All manifest files are stored in the bucket/ folder. Each file is a JSON that describes the app, similar to this:

{
  "version": "1.0.0",
  "description": "An example tool.",
  "homepage": "https://example.com",
  "url": "https://example.com/tool.zip",
  "hash": "sha256:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
  "bin": "tool.exe",
  "shortcuts": [
    [
      "tool.exe",
      "Example Tool"
    ]
  ]
}

🀝 Contributing

Want to contribute?

  • Fork the repo and add your JSON under the bucket/ folder.
  • Then make a Pull Request!
  • Please follow the JSON format used in other manifests.

Alternatively, if you're a team member, ask to be added as a collaborator.

πŸ›  Tools

You can validate your manifest file using:

scoop install scoop-format
scoop-format validate bucket/your-app.json

About

Scoop bucket tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •