{"id":18894459,"url":"https://github.com/brogers5/chocolatey-package-crushee","last_synced_at":"2026-04-26T22:31:09.258Z","repository":{"id":111798479,"uuid":"561550251","full_name":"brogers5/chocolatey-package-crushee","owner":"brogers5","description":"Chocolatey package for Crushee (meta package).","archived":false,"fork":false,"pushed_at":"2024-01-30T23:15:23.000Z","size":139,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-31T07:27:06.776Z","etag":null,"topics":["au","au-packages","chocolatey","chocolatey-automatic","chocolatey-packages","crushee","package","packaging","powershell","powershell-script","powershell-scripting","software","software-management","windows"],"latest_commit_sha":null,"homepage":"https://community.chocolatey.org/packages/crushee","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/brogers5.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}},"created_at":"2022-11-03T23:55:23.000Z","updated_at":"2022-11-22T03:06:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"19379799-a657-47e2-8aa0-05020cac96b3","html_url":"https://github.com/brogers5/chocolatey-package-crushee","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brogers5%2Fchocolatey-package-crushee","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brogers5%2Fchocolatey-package-crushee/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brogers5%2Fchocolatey-package-crushee/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brogers5%2Fchocolatey-package-crushee/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brogers5","download_url":"https://codeload.github.com/brogers5/chocolatey-package-crushee/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239869218,"owners_count":19710485,"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","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":["au","au-packages","chocolatey","chocolatey-automatic","chocolatey-packages","crushee","package","packaging","powershell","powershell-script","powershell-scripting","software","software-management","windows"],"created_at":"2024-11-08T08:21:49.712Z","updated_at":"2026-02-27T09:30:13.532Z","avatar_url":"https://github.com/brogers5.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿# \u003cimg src=\"https://cdn.jsdelivr.net/gh/brogers5/chocolatey-package-crushee@0003137e29c562ab3ca618afd3ef4aee83840032/crushee.png\" width=\"48\" height=\"48\"/\u003e Chocolatey Package: [Crushee](https://community.chocolatey.org/packages/crushee)\n\n[![Chocolatey package version](https://img.shields.io/chocolatey/v/crushee.svg)](https://community.chocolatey.org/packages/crushee)\n[![Chocolatey package download count](https://img.shields.io/chocolatey/dt/crushee.svg)](https://community.chocolatey.org/packages/crushee)\n\n---\n\nThis package is part of a family of packages published for Crushee. This repository is for the meta package.\n\n* For the installer package, see [chocolatey-package-crushee.install](https://github.com/brogers5/chocolatey-package-crushee.install).\n* For the portable package, see [chocolatey-package-crushee.portable](https://github.com/brogers5/chocolatey-package-crushee.portable).\n\nSee the [Chocolatey FAQs](https://docs.chocolatey.org/en-us/faqs) for more information on [meta packages](https://docs.chocolatey.org/en-us/faqs#what-is-the-difference-between-packages-no-suffix-as-compared-to.install.portable) and [installer/portable packages](https://docs.chocolatey.org/en-us/faqs#what-distinction-does-chocolatey-make-between-an-installable-and-a-portable-application).\n\n---\n\n## Install\n\n[Install Chocolatey](https://chocolatey.org/install), and run the following command to install the latest approved version from the Chocolatey Community Repository:\n\n```shell\nchoco install crushee --source=\"'https://community.chocolatey.org/api/v2'\"\n```\n\nAlternatively, the packages as published on the Chocolatey Community Repository will also be mirrored on this repository's [Releases page](https://github.com/brogers5/chocolatey-package-crushee/releases). The `nupkg` can be installed from the current directory (with dependencies sourced from the Community Repository) as follows:\n\n```shell\nchoco install crushee --source=\"'.;https://community.chocolatey.org/api/v2/'\"\n```\n\n## Build\n\n[Install Chocolatey](https://chocolatey.org/install), clone this repository, and run the following command in the cloned repository:\n\n```shell\nchoco pack\n```\n\nA successful build will create `crushee.x.y.z.nupkg`, where `x.y.z` should be the Nuspec's `version` value at build time.\n\nNote that Chocolatey package builds are non-deterministic. Consequently, an independently built package will fail a checksum validation against officially published packages.\n\n## Update\n\nThis package should be automatically updated by the [Chocolatey Automatic Package Updater Module](https://github.com/majkinetor/au), with update queries implemented by the [PowerShellForGitHub PowerShell Module](https://github.com/microsoft/PowerShellForGitHub). If it is outdated by more than a few days, please [open an issue](https://github.com/brogers5/chocolatey-package-crushee/issues).\n\nAU expects the parent directory that contains this repository to share a name with the Nuspec (`crushee`). Your local repository should therefore be cloned accordingly:\n\n```shell\ngit clone git@github.com:brogers5/chocolatey-package-crushee.git crushee\n```\n\nAlternatively, a junction point can be created that points to the local repository (preferably within a repository adopting the [AU packages template](https://github.com/majkinetor/au-packages-template)):\n\n```shell\nmklink /J crushee ..\\chocolatey-package-crushee\n```\n\nOnce created, simply run `update.ps1` from within the created directory/junction point. Assuming all goes well, all relevant files should change to reflect the latest version available. This will also build a new package version using the modified files.\n\nBefore submitting a pull request, please [test the package](https://docs.chocolatey.org/en-us/community-repository/moderation/package-verifier#steps-for-each-package) using the [Chocolatey Testing Environment](https://github.com/chocolatey-community/chocolatey-test-environment) first.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrogers5%2Fchocolatey-package-crushee","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrogers5%2Fchocolatey-package-crushee","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrogers5%2Fchocolatey-package-crushee/lists"}