kfxhjz / MSYS2-packages

Package scripts for MSYS2.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MSYS2-packages

TeaCI status AppVeyor status

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

To install the built package(s).

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

About

Package scripts for MSYS2.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Shell 55.5%Language:C 21.1%Language:M4 19.9%Language:Python 1.0%Language:Roff 1.0%Language:Perl 0.9%Language:Batchfile 0.6%Language:QML 0.1%