https://github.com/owenvoke/scoop-bucket
A custom bucket for Scoop.
https://github.com/owenvoke/scoop-bucket
packages scoop windows
Last synced: about 1 year ago
JSON representation
A custom bucket for Scoop.
- Host: GitHub
- URL: https://github.com/owenvoke/scoop-bucket
- Owner: owenvoke
- License: mit
- Created: 2019-12-02T11:53:40.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-04-09T17:04:07.000Z (about 1 year ago)
- Last Synced: 2025-04-09T18:23:18.579Z (about 1 year ago)
- Topics: packages, scoop, windows
- Language: PowerShell
- Homepage: https://scoop.sh
- Size: 335 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Scoop / Shovel Bucket
[![Software License][ico-license]](LICENSE.md)
[![Build Status][ico-github-actions]][link-github-actions]
[![Repo Size][ico-github-repo-size]][link-github-repo-size]
A custom bucket for [Scoop][link-scoop] and [Shovel][link-shovel].
# Install
Via Scoop
```powershell
scoop bucket add "owenvoke" "https://github.com/owenvoke/scoop-bucket"
# For a single package (replacing `package` with the required package)
scoop install "https://raw.githubusercontent.com/owenvoke/scoop-bucket/main/bucket/{package}.json"
```
## Credits
- [Owen Voke][link-author]
- [All Contributors][link-contributors]
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[ico-github-actions]: https://img.shields.io/github/actions/workflow/status/owenvoke/scoop-bucket/auto-update.yml?branch=main&style=flat-square
[ico-github-repo-size]: https://img.shields.io/github/repo-size/owenvoke/scoop-bucket?style=flat-square
[link-github-actions]: https://github.com/owenvoke/scoop-bucket/actions
[link-github-repo-size]: https://github.com/owenvoke/scoop-bucket/tree/main/bucket
[link-scoop]: https://scoop.sh
[link-shovel]: https://shovel.ash258.com
[link-author]: https://github.com/owenvoke
[link-contributors]: ../../contributors