yukoff / MSYS2-packages

Package scripts for MSYS2.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MSYS2-packages

Package scripts for MSYS2.

To build these, run msys2_shell.cmd then from the bash prompt.

cd ${package-name}
makepkg

To install the built package(s).

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

If you don't have the group base-devel installed, please install.

pacman -S base-devel

About

Package scripts for MSYS2.

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


Languages

Language:Shell 63.6%Language:C 18.9%Language:M4 13.8%Language:Groff 1.3%Language:Perl 1.1%Language:Batchfile 0.8%Language:JavaScript 0.4%Language:QML 0.1%Language:Python 0.0%