{"id":16000739,"url":"https://github.com/trajano/choco-packages","last_synced_at":"2025-07-23T05:35:13.159Z","repository":{"id":66944696,"uuid":"82832010","full_name":"trajano/choco-packages","owner":"trajano","description":"Chocolatey Packages","archived":false,"fork":false,"pushed_at":"2017-10-01T15:34:46.000Z","size":61,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-05T01:23:03.897Z","etag":null,"topics":["chocolatey-packages","powershell"],"latest_commit_sha":null,"homepage":null,"language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/trajano.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-22T17:16:53.000Z","updated_at":"2019-08-16T09:03:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"bc678e1c-1bb9-495f-8ca6-e4850ac412e6","html_url":"https://github.com/trajano/choco-packages","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/trajano/choco-packages","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trajano%2Fchoco-packages","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trajano%2Fchoco-packages/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trajano%2Fchoco-packages/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trajano%2Fchoco-packages/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trajano","download_url":"https://codeload.github.com/trajano/choco-packages/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trajano%2Fchoco-packages/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266624862,"owners_count":23958303,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chocolatey-packages","powershell"],"created_at":"2024-10-08T09:20:25.420Z","updated_at":"2025-07-23T05:35:13.137Z","avatar_url":"https://github.com/trajano.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"Chocolatey Packages\n===================\n\n[![Build status](https://ci.appveyor.com/api/projects/status/squ0aowdwyqffbc3?svg=true)](https://ci.appveyor.com/project/trajano/choco-packages)\n\nThese are Chocolatey packages that I wrote to manage some of my tools.\n\n**THIS DOES NOT PROVIDE ANY OFFICIALLY MAINTAINED CHOCOLATEY PACKAGES**\n\nI am not a package maintainer for Chocolatey please use the official channels for the packages.\n\n## Usage\n\n1. Clone this repository\n2. Install choco\n3. Run `.\\pack.ps1` in a Powershell prompt to create the packages and add the source\n4. `choco install -s . \u003cpackage name\u003e` to install.  Most of the packages didn't bother with checksums so you may need to do `choco install --ignore-checksums -s . \u003cpackage name\u003e`.\n5. `choco uninstall \u003cpackage name\u003e` to uninstall\n\n## Adding to appveyor.yml\n\nThe `matrix` section of appveyor.yml takes in a list containing the following:\n\n* `package` which states the name of the package, it corresponds to the package folder that has a `.nuspec` with the same name.\n* `local_deps` is an optional `;` separated list of packages that are provided by this project and need to have a pack created first.\n\n## Pull requests\n\nThe package name (which is listed in `appveyor.yml` and the title the pull request (case insensitive) must be the same and only the pull request package will be tested on AppVeyor.  Non-pull requests will have all packages tested.\n\n## Packages\n\nThe following is a list of my packages and how they differ from the [Chocolatey community maintained packages][].\n\n* `corsair-cue2` Corsair CUE2. **This package is not in [Chocolatey community maintained packages]**\n* `eclipse` uses a more current version of Eclipse and puts the code into `C:\\ProgramFiles\\Chocolatey\\lib\\eclipse`, sets the JVM to use the DLL in `jdk` package.\n* `eclipse-eclemma` depends on `eclipse` and puts the necessary files into the `dropins` folder.  This provides a sample of how to add plugins into an Eclipse installation.  **This package is not in [Chocolatey community maintained packages]**\n* `jd-eclipse` depends on `eclipse` and puts the necessary files into the `dropins` folder.  This provides a sample of how to add plugins into an Eclipse installation.  **This package is not in [Chocolatey community maintained packages]**\n* `geforce-game-ready-driver` uses the approach of changing the configuration file rather than deleting the folders and prevents the GeForce Experience, NVidia Update, NView and 3D Vision from being installed.\n* `graphviz` uses the zip file install and puts in the proper command line shims.\n* `megacmd` MEGAcmd. **This package is not in [Chocolatey community maintained packages]**\n* `megasync` MEGAsync. **This package is not in [Chocolatey community maintained packages]**\n* `sqlworkbench` SQL Workbench/J. **This package is not in [Chocolatey community maintained packages]**\n* `strings` updated to the current version and only keeps the one specific for the architecture.\n\nThe following packages are not tested in AppVeyor:\n\n* `corsair-cue2`\n* `geforce-game-ready-driver`\n* `megasync`\n\n[Chocolatey community maintained packages]: https://chocolatey.org/packages/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrajano%2Fchoco-packages","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrajano%2Fchoco-packages","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrajano%2Fchoco-packages/lists"}