This git repository contains a collection of PKGBUILD files that are consumed by ngdevkit CI to produce nightly packages for MSYS2. The packages target the UCRT64 subsystem, which means they provide native Win10 binaries with no runtime dependencies on MSYS2.
You can consume those packages directly in your MSYS2 environment by
adding the ngdevkit MSYS2 repository in your /etc/pacman.conf
:
[ngdevkit]
SigLevel = Optional TrustAll
Server = https://dciabrin.net/msys2-ngdevkit/\$arch
Have a look at the ngdevkit repository for a detailed documentation on how to install those packages and use them to build and run some example ROMs.
Please send feedbacks and report bugs to the main ngdevkit repository.