/MSYS2-packages

🌰Package scripts for MSYS2.

Primary LanguageShellBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

MSYS2-packages-unofficial

Sponsor

MSYS2

Package scripts for MSYS2.

To build these, run msys2_shell.cmd then from the bash prompt. Packages from the msys2-devel and base-devel groups are implicit build time dependencies. Make sure both are installed before attempting to build any package:

pacman -S --needed base-devel msys2-devel
cd ${package-name}
makepkg -sf

To install the built package(s).

pacman -U ${package-name}*.pkg.tar.xz

For example

build mu

Official packages

Home msys2/MSYS2-packages

License

MSYS2-packages-unofficial is licensed under BSD 3-Clause "New" or "Revised" License. A full copy of the license is provided in LICENSE.