8000 GitHub - mkae/MINGW-packages: Package scripts for MinGW-w64 targets to build under MSYS2, including my personal changes to be committed to the official tree.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Package scripts for MinGW-w64 targets to build under MSYS2, including my personal changes to be committed to the official tree.

License

Notifications You must be signed in to change notification settings

mkae/MINGW-packages

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MINGW-packages

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

To build these, run msys2_shell.cmd 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, including my personal changes to be committed to the official tree.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 94.1%
  • C 3.3%
  • Lua 0.7%
  • Roff 0.6%
  • Makefile 0.6%
  • QMake 0.4%
  • Other 0.3%
0