pabru / 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.2%Language:C 19.1%Language:M4 14.0%Language:Groff 1.2%Language:Perl 1.1%Language:Batchfile 0.9%Language:JavaScript 0.4%Language:QML 0.1%Language:Python 0.0%