{"id":29468435,"url":"https://github.com/esrlabs/chipmunk-distribution","last_synced_at":"2025-07-14T10:34:54.725Z","repository":{"id":203274381,"uuid":"709203203","full_name":"esrlabs/chipmunk-distribution","owner":"esrlabs","description":"support for multiple platform dependent distros","archived":false,"fork":false,"pushed_at":"2025-04-11T18:48:17.000Z","size":273,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-05-16T21:16:37.926Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/esrlabs.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":"2023-10-24T08:30:46.000Z","updated_at":"2025-02-19T11:42:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"985b6c47-58f2-4212-8fbb-21b01fa91dd4","html_url":"https://github.com/esrlabs/chipmunk-distribution","commit_stats":null,"previous_names":["esrlabs/chipmunk-distribution"],"tags_count":33,"template":false,"template_full_name":null,"purl":"pkg:github/esrlabs/chipmunk-distribution","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esrlabs%2Fchipmunk-distribution","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esrlabs%2Fchipmunk-distribution/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esrlabs%2Fchipmunk-distribution/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esrlabs%2Fchipmunk-distribution/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/esrlabs","download_url":"https://codeload.github.com/esrlabs/chipmunk-distribution/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esrlabs%2Fchipmunk-distribution/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265281025,"owners_count":23739859,"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":[],"created_at":"2025-07-14T10:34:16.891Z","updated_at":"2025-07-14T10:34:54.717Z","avatar_url":"https://github.com/esrlabs.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"\" rel=\"noopener\"\u003e\n \u003cimg width=200px height=200px src=\"doc/esr_logo.png\" alt=\"Project logo\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003ch3 align=\"center\"\u003eChipmunk Distribution\u003c/h3\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n  [![Status](https://img.shields.io/badge/status-active-success.svg)]() \n  [![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](/LICENSE)\n\n\u003c/div\u003e\n\n---\n\n\u003cp align=\"center\"\u003e Chipmunk distribution repository automates the packaging and distribution process for multiple platform dependent distros.\n    \u003cbr\u003e \n\u003c/p\u003e\n\n## 📝 Table of Contents\n- [About](#about)\n- [General Workflow](#workflows)\n- [Getting Started](#getting_started)\n- [Current State](#current_state)\n- [Authors](#authors)\n\n## About \u003ca name = \"about\"\u003e\u003c/a\u003e\n\nChipmunk Distribution – a repository for packaging and distributing latest releases of [Chipmunk](https://github.com/esrlabs/chipmunk/releases)!\n\nThanks to GitHub Actions, we are able to bring you the latest releases packaged and ready for the official repositories.\n\n## 🌟 General Workflow \u003ca name = \"workflows\"\u003e\u003c/a\u003e\n\n---\n\n![Alt text](doc/workflows.png)\n\n---\n\n1. **Windows**\n\n    For Windows package manager (Chocolatey), distribution was manually triggered and only done once. Chocolatey takes care of fetching latest version of chipmunk so we don't need to make any updates on release.\n\n2. **MacOS**\n\n    We have no workflows for this distribution because chipmunk is already registered to brew. More information [here](https://formulae.brew.sh/cask/chipmunk).\n\n3. **Linux**\n\n    For Linux package managers all workflows have a common structure such as:\n\n    1. ***Prepare environment:***\n        - setup operating system for the action\n        - installation of any required build dependencies\n        - get/download latest chipmunk release\n\n    2. ***Build package:***\n        - create/build of the distro package\n        \n    3.  ***Publish package:***\n        - register cretead package to official repository\n        - upload a copy to chipmunk releases\n\n    To implement this structure we are wrapping this steps in scripts (bash, shell, make or python).  \n\n    Linux workflow is automatically triggered by the release workflow from [chipmunk](https://github.com/esrlabs/chipmunk/blob/master/.github/workflows/release.yml) which pushes tag to [chipmunk-distribution](https://github.com/esrlabs/chipmunk-distribution/blob/master/.github/workflows/release.yml).\n    \n    ❗ Arch Linux package has it's own worflow and is triggered by dfferent tag then the other linux packages. [chipmunk](https://github.com/esrlabs/chipmunk/blob/master/.github/workflows/release.yml) pushes special tag \"arch-x.x.x\" (arch folowed by version).\n\n\n### Prerequisites\nBefore you dive into contributing make sure you do the following:\n\n1. **Request Access to GitHub Secrets:**\n   - Reach out to our team or maintainers to get access to the GitHub repository's Secrets section.\n\n2. **Add Token to GitHub Secrets:**\n   - In your forked repository, go to \"Settings\" -\u003e \"Secrets.\"\n   - Click on \"New repository secret\" and name it like `CHIPMUNK_TOKEN`.\n   - Paste your copied token as the secret's value and save.\n\n\n## 🏁 Getting started \u003ca name = \"getting_started\"\u003e\u003c/a\u003e\nThese instructions will get you a copy of the project up and running on your local machine for development.\n\n1. **Fork the Repository**: Click on the \"Fork\" button at the top right of this page to create your copy of the repository.\n\n2. **Clone Your Fork**: Clone your forked repository to your local machine.\n\n    ```bash\n    git clone https://github.com/your-username/your-distribution-repo.git\n    cd your-distribution-repo\n    ```\n\n3. **Add your changes**: Follow the repository tree and use the following structure when addding a new package:\n    \n    ```\n        ├───package_manager\n        │   ├───dir1\n        │   │   ├───patches\n        │   │   └───source\n        │   └───scripts\n    ```\n\n4. **Use common resources**: common folder contain scripts which must be reused inside your logic when adding a new package.\n\n5. **Update workflows**: In case of a new linux package manager update `.github/workflows/distribute_linux.yml`.\n\n6. **Create Pull Request**: Once you're satisfied with your changes, create a pull request to submit them for review.\n\n\n\n## 🚀 Current State \u003ca name = \"current_state\"\u003e\u003c/a\u003e\n\n- pacman (arch) ✅ - [@alfr1337](https://github.com/alfr1337)\n- brew (mac) ✅ \n- chocolatey (windows) ✅ -[@itsmesamster](https://github.com/itsmesamster) \n- apt (ubuntu, debian) ⛏️ - [@alfr1337](https://github.com/alfr1337)\n- dnf (fedora) ⛏️ - [@itsmesamster](https://github.com/itsmesamster)\n \n❗ For Debian users we deploy in each [Chipmunk](https://github.com/esrlabs/chipmunk/releases) release the .deb package. Publishing this .deb package to the official apt repository is on review by the debian community and still ongoing. \n\n## ✍️ Authors \u003ca name = \"authors\"\u003e\u003c/a\u003e\n- [@alfr1337](https://github.com/alfr1337) - Initial work\n- [@itsmesamster](https://github.com/itsmesamster) - Initial work\n\nSee also the list of [contributors](https://github.com/esrlabs/chipmunk-distribution/graphs/contributors) who participated in this project. If you have any questions or need further assistance, feel free to contact us.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fesrlabs%2Fchipmunk-distribution","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fesrlabs%2Fchipmunk-distribution","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fesrlabs%2Fchipmunk-distribution/lists"}