Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

JourneyOver/chocolatey-packages

Repository files navigation

Chocolatey Packages

Automatic Updating

GitHub Actions Workflow Status Update Status Force Test Status chocolatey/JourneyOver Open Source Helpers

Description

This repository contains chocolatey packages created and maintained by JourneyOver, updated daily.

Guidelines

Reporting broken/outdated packages

If packages fail to install or a new version is released, please report it in any of the following ways:

Broken packages

If the package fails to install or uninstall via choco, include debug information from the console:

choco install PKGID --yes --verbose --debug

Outdated packages

If the package is not up-to-date, include the following if possible:

  • Latest version number
  • Release date
  • URL to the install binary

Contributing

  1. Whenever possible, use the AU module for automatic packages.
  2. If allowed, include the packaged software directly in the .nupkg archive instead of downloading it at install time. Only tools allowing redistribution in their license can be embedded, and such packages must include VERIFICATION.txt and License.txt in the tools directory.
  3. Prioritize readable code without sacrificing efficiency. Code should be understandable by others.
  4. Fill up metadata attributes in the package as much as possible. Empty metadata tags indicate unavailable information. If metadata is not publicly available, attempt to contact the software publisher.