# MSYS2-packages **Repository Path**: msys2/MSYS2-packages ## Basic Information - **Project Name**: MSYS2-packages - **Description**: msys2/MSYS2-packages - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-07 - **Last Updated**: 2025-03-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
# MSYS2-packages Package scripts for MSYS2. To build these, run msys2_shell.cmd then from the bash prompt. Packages from the base-devel package is an implicit build time dependency. Make sure it is installed before attempting to build any package: pacman -S --needed base-devel cd ${package-name} makepkg To install the built package(s). pacman -U ${package-name}*.pkg.tar.xz ## License MSYS2-packages is licensed under BSD 3-Clause "New" or "Revised" License. A full copy of the license is provided in [LICENSE](LICENSE).