{"id":18728838,"url":"https://github.com/rubyonworld/installer2-packages","last_synced_at":"2025-11-12T05:30:20.901Z","repository":{"id":174007958,"uuid":"542162665","full_name":"RubyOnWorld/installer2-packages","owner":"RubyOnWorld","description":"This repository contains package scripts for MinGW-w64 targets to build under MSYS2. ","archived":false,"fork":false,"pushed_at":"2022-09-28T00:26:58.000Z","size":187,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-28T14:27:17.383Z","etag":null,"topics":["installer","mingw","msys2","package","x64"],"latest_commit_sha":null,"homepage":"","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/RubyOnWorld.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}},"created_at":"2022-09-27T15:39:25.000Z","updated_at":"2022-09-28T01:37:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"9190f7a5-541f-4d9f-843c-a1cd4aeb66c9","html_url":"https://github.com/RubyOnWorld/installer2-packages","commit_stats":null,"previous_names":["rubyonworld/installer2-packages"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RubyOnWorld%2Finstaller2-packages","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RubyOnWorld%2Finstaller2-packages/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RubyOnWorld%2Finstaller2-packages/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RubyOnWorld%2Finstaller2-packages/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RubyOnWorld","download_url":"https://codeload.github.com/RubyOnWorld/installer2-packages/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239599040,"owners_count":19665911,"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":["installer","mingw","msys2","package","x64"],"created_at":"2024-11-07T14:24:30.147Z","updated_at":"2025-11-12T05:30:20.852Z","avatar_url":"https://github.com/RubyOnWorld.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-x86_64-ruby24\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:\n```sh\n   cd ${package-name}\n   MINGW_ARCH=mingw64 makepkg-mingw -sLf\n```\n\nOr in a CMD shell:\n```sh\n   cd ${package-name}\n   ridk enable\n   set MINGW_ARCH=mingw64\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 ${package-name}*.pkg.tar.zst\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubyonworld%2Finstaller2-packages","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frubyonworld%2Finstaller2-packages","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubyonworld%2Finstaller2-packages/lists"}