https://github.com/thecakeisnaoh/chocolatey-packages
Package sources for Chocolatey.org
https://github.com/thecakeisnaoh/chocolatey-packages
chocolatey
Last synced: 7 months ago
JSON representation
Package sources for Chocolatey.org
- Host: GitHub
- URL: https://github.com/thecakeisnaoh/chocolatey-packages
- Owner: TheCakeIsNaOH
- License: apache-2.0
- Created: 2019-03-25T19:09:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T18:04:03.000Z (about 1 year ago)
- Last Synced: 2024-10-29T20:10:58.961Z (about 1 year ago)
- Topics: chocolatey
- Language: PowerShell
- Homepage:
- Size: 5.52 MB
- Stars: 6
- Watchers: 3
- Forks: 7
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chocolatey package sources for the [Chocolatey Community Repository](https://chocolatey.org/packages)
[](https://ci.appveyor.com/project/TheCakeIsNaOH/chocolatey-packages/branch/master)
[](#)
[Update status](https://gist.github.com/TheCakeIsNaOH/ce0572a342ee6b22e44239db8c54f8b1)
[](#)
[chocolatey/TheCakeIsNaOH](https://chocolatey.org/profiles/TheCakeIsNaOH )
----
The majority of the packages in this repository are automatically updated using [AU](https://github.com/majkinetor/au).
----
If a package is out of date by more than a day or two, please open a [Outdated package issue](https://github.com/TheCakeIsNaOH/chocolatey-packages/issues/new?template=outdated-package.md)
Or contact me directly via the contact maintainers button on one of my packages on the Chocolatey Community Repository if you don't have/want a Github account.
----
Prerequites to run the automatic update scripts:
- Powershell 5+.
- [Chocolatey Automatic Package Updater Module](https://github.com/majkinetor/au): `Install-Module au` or `choco install au`.
----
Scripts can be tested with the `test_all.ps1` script, run with no arguments to force update all package, or pass package names to force update individual packages.
Please be advised that this will update the version with [package fix notation](https://docs.chocolatey.org/en-us/create/create-packages#package-fix-version-notation), so a `git reset --hard` will be required to get back to a clean tree.
To test an individual update script, either:
1. Manually bump down the version in the `.nuspec` and run `$au_NoCheckCHocoVersion = $true`
2. Run `$au_force = $true`, although this will add a [package fix notation](https://docs.chocolatey.org/en-us/create/create-packages#package-fix-version-notation) to the version.
Then run the `update.ps1` script.
----
Files for each package are located in their own directories, with the exception of the icons, which are located in the `Icons` directory.