Skip to content

git-for-windows/MSYS2-packages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Repository files navigation

MSYS2-packages

TeaCI statusAppVeyor 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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell59.5%
  • M420.0%
  • C16.6%
  • Python1.1%
  • Roff1.0%
  • Perl0.9%
  • Other0.9%