# PACKAGES # The files here should be installed with pacman. Note that this is currently a preliminary delivery as I don't have pacman executing properly yet. # SOURCES # These files are the source packages for their binary PACKAGES counterpart. You should use makepkg to build the package. Note that this is currently a preliminary delivery as I don't have pacman executing properly yet. # TESTING # These files are to be used for testing cross built packages on the native Cygwin machine. The files are pacman packages and when installed with pacman the process will execute the testing process. They are only used by developers wanting to help with the cygSimple project. The package is installed to a /usr/src/testing/PACKAGE-VERSION-RELEASE directory. I use a process of `pacman -sy --noconfirm && pacman -Sc --noconfirm && pacman -S --noconfirm --nodeps PACKAGE-testing` to install them and if the test is successful I will `pacman -R --noconfirm PACKAGE-testing` to remove the testing package. If the test fails I determine why, provide a fix on the package side, remove the testing package and then reinstall the testing package to test again after the fixes.