2aefebb325a2f131ca7f6bb89a4a6ba8a59b0ce0
xmlcatalog.exe
The `mingw-w64-libxml2` package brings its own `xmlcatalog.exe`. When running e.g. `pacman -S docbook-xsl` while `MSYSTEM=MINGW64`, this results in an `/etc/xml/catalog` that contains Windows-style paths. Not what we want. Let's make sure that we use the `xmlcatalog.exe` from the `libxml2` package instead. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
MSYS2-packages
Package scripts for MSYS2.
To build these, run msys2_shell.cmd then from the bash prompt. Packages from the base-devel group is an implicit build time dependency. Make sure it is installed before attempting to build any package:
pacman -S --needed base-devel
cd ${package-name}
makepkg
To install the built package(s).
pacman -U ${package-name}*.pkg.tar.xz
License
MSYS2-packages is licensed under BSD 3-Clause "New" or "Revised" License. A full copy of the license is provided in LICENSE.
Description
Releases
1
srcinfo-cache
Latest
Languages
Shell
90.5%
C
4.3%
Python
1.6%
Roff
1.2%
Perl
1.1%
Other
1.2%