Go to file
RavenMacDaddy 90e7bd0c85
Update copyright statements to 2022 (#585)
2022-03-06 17:56:22 +01:00
.github/workflows ci: Automatically try to update packages (#551) 2022-03-01 20:47:53 +01:00
.vscode fixes 2022-03-06 17:45:01 +01:00
bin bin: Fix formatjson and others erroring (#578) 2022-03-05 19:37:18 +01:00
bucket added license urls for various apps 2022-03-06 17:45:01 +01:00
.azure-pipelines.yml Update copyright statements to 2020 2020-02-10 18:53:53 +01:00
.editorconfig fix(whitespaces): convert line endings to CRLF 2019-10-14 22:54:39 +02:00
.gitattributes refactor: unify bucket structure 2019-03-08 14:25:04 +01:00
.pre-commit-config.yaml fix(whitespaces): convert line endings to CRLF 2019-10-14 22:54:39 +02:00
CONTRIBUTING.md Add contributing guidelines 2019-10-13 21:51:11 +02:00
LICENSE.md fix(whitespaces): convert line endings for license.md to CRLF 2019-10-14 22:57:16 +02:00
README.md Update copyright statements to 2022 (#585) 2022-03-06 17:56:22 +01:00
Scoop-Bucket.Tests.ps1 bin: Fix formatjson and others erroring (#578) 2022-03-05 19:37:18 +01:00
appveyor.yml pin powershell to 7 2022-03-06 17:45:01 +01:00

README.md

scoop-games

AppVeyor Build Status Repo size Mentioned in Awesome Scoop

A Scoop bucket for open source/freeware games and game-related tools.

List of applications in this bucket

See this page for a list of applications in this bucket with descriptions.

Usage

After installing Scoop, enter the following line in a Command Prompt or PowerShell window:

scoop bucket add games

Once this is done, you can install any app from this bucket (check the list of files in the bucket/ directory). For instance, use the following command:

# Don't include the .json file extension in the app name
scoop install ericw-tools

Updating applications in this bucket

For manifests that contain an autoupdate section, there's a bot run by @r15ch13 that runs every day and commits updated manifests to the repository. No need to open a pull request to update those manifests.

For manifests that don't contain an autoupdate section, feel free to open a pull request to update them to the latest version. You can also add an autoupdate section to the manifest to ensure the application always remains up-to-date in the future.

License

Copyright © 2018-2022 Hugo Locurcio and contributors

Files in this repository are licensed under CC0 1.0 Universal, see LICENSE.md for more information.