{"id":39705893,"url":"https://github.com/oneclick/rubyinstaller2-packages","last_synced_at":"2026-01-18T10:33:19.366Z","repository":{"id":21757990,"uuid":"93961801","full_name":"oneclick/rubyinstaller2-packages","owner":"oneclick","description":"MSYS2-MINGW packages for RubyInstaller2","archived":false,"fork":false,"pushed_at":"2026-01-14T08:02:21.000Z","size":364,"stargazers_count":17,"open_issues_count":0,"forks_count":16,"subscribers_count":6,"default_branch":"master","last_synced_at":"2026-01-14T12:05:35.482Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oneclick.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-06-10T19:45:39.000Z","updated_at":"2026-01-14T08:02:25.000Z","dependencies_parsed_at":"2023-02-10T04:31:31.166Z","dependency_job_id":"7d28c8e5-cefc-4158-93d8-848eb4de8d2f","html_url":"https://github.com/oneclick/rubyinstaller2-packages","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/oneclick/rubyinstaller2-packages","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oneclick%2Frubyinstaller2-packages","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oneclick%2Frubyinstaller2-packages/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oneclick%2Frubyinstaller2-packages/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oneclick%2Frubyinstaller2-packages/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oneclick","download_url":"https://codeload.github.com/oneclick/rubyinstaller2-packages/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oneclick%2Frubyinstaller2-packages/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28534473,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T10:13:46.436Z","status":"ssl_error","status_checked_at":"2026-01-18T10:13:11.045Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2026-01-18T10:33:18.861Z","updated_at":"2026-01-18T10:33:19.342Z","avatar_url":"https://github.com/oneclick.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MSYS2-MINGW packages for RubyInstaller2\n\n[![CI build status](https://github.com/oneclick/rubyinstaller2-packages/actions/workflows/ci.yml/badge.svg)](https://github.com/oneclick/rubyinstaller2-packages/actions/workflows/ci.yml)\n\nThis repository contains package scripts for MinGW-w64 targets to build under MSYS2.\nThe main intension of this repository is to provide binary ruby packages for [RubyInstaller2](https://github.com/oneclick/rubyinstaller2) in several versions.\n\nPackages are built on Github Actions when the corresponding directory has changed in the last commit.\nThey are subsequently signed and uploaded to this [github release](https://github.com/oneclick/rubyinstaller2-packages/releases/tag/ci.ri2).\nIn addition the latest ruby-head snapshot is build and uploaded on a daily base.\nThe github release also contains pacman database files and is usable as a pacman repository.\n\n## Install packages\n\nPackages from this repository can be downloaded here: https://github.com/oneclick/rubyinstaller2-packages/releases/tag/ci.ri2\n\nIt is also possible to add the RubyInstaller repository as a pacman repository in your MSYS2 installation.\nExecute this within a MSYS2 shell to download and trust the public signatur key and to add the new package source:\n```sh\npacman --noconfirm --sync --needed pactoys\npacman-key --recv-keys BE8BF1C5\npacman-key --lsign-key BE8BF1C5\nrepman add ci.ri2 \"https://github.com/oneclick/rubyinstaller2-packages/releases/download/ci.ri2\"\n```\n\nYou can then install or update MSYS2-MINGW ruby like so:\n```sh\npacman -Sy mingw-w64-ucrt-x86_64-ruby31\n```\n\n## Build packages for yourself\nSecond option is to clone git repository to your machine and build it for yourself.\nAssuming you have a properly installed MSYS2 environment and build tools, you can build any package using the following command.\nReplace `${package-name}` with the package name in question:\n```sh\n   cd mingw-w64-${package-name}\n   MINGW_ARCH=ucrt64 makepkg-mingw -sLf\n```\n\nOr in a CMD shell:\n```sh\n   cd mingw-w64-${package-name}\n   ridk enable\n   set MINGW_ARCH=ucrt64\n   sh -c \"makepkg-mingw -sLf\"\n```\n\nAfter that you can install the freshly built package(s) with the following command:\n```sh\n   pacman -U mingw-w64-ucrt-x86_64-${package-name}*.pkg.tar.zst\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foneclick%2Frubyinstaller2-packages","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foneclick%2Frubyinstaller2-packages","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foneclick%2Frubyinstaller2-packages/lists"}