Download List

專案描述

A distribution of Cygwin using Arch Linux's pacman for package management.

名稱 時間 大小
 README.md 2018-11-29 05:37 1.15 KB
 packages
 sources
 testing

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.