hobbes1069 / MINGW-packages

Package scripts for MinGW-w64 targets to build under MSYS2.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MINGW-packages

Package scripts for MinGW-w64 targets to build under MSYS2.

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

cd ${package-name}
makepkg-mingw

To install the built package(s).

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

When creating a PKGBUILD use 2 spaces for each tab

expand -t 2 PKGBUILD > PKGBUILD.new; mv PKGBUILD.new PKGBUILD

About

Package scripts for MinGW-w64 targets to build under MSYS2.

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