Commit Graph

6 Commits

Author SHA1 Message Date
Steven Penny 13a9f583b4 Download function
Package download functionality has been moved into its own private function, to
support future updates.
2014-05-26 00:04:00 -05:00
Steven Penny 6ec55ffc18 msys2 create wrapper scripts
The MSYS2 programs will not play nice with Cygwin paths. This change will create
a wrapper script in "/usr/local/bin" for each ".exe" that runs the exe with a
path it will recognize.
2014-05-25 14:36:38 -05:00
Steven Penny 530e70c1f7 msys2 correct awk statement
Files are not always at field 15, they are always last field though.
2014-05-25 13:17:39 -05:00
Steven Penny 1ff704ed38 msys2 listfiles command
This is similar to the "dpkg --listfiles" command.
2014-05-25 13:09:59 -05:00
Steven Penny feffce1578 change mode apt-msys2 2014-05-25 06:10:21 -05:00
Steven Penny d5a8c42eb1 apt-msys2
This is a file similar to apt-cyg. It will install packages from the MSYS2
project. It will only be practical for packages from the "MINGW" repo, as
packages from the "MSYS2" repo would require the MSYS2 dll.

I have a need for this because Cygwin Tcl/Tk requires X11. MSYS2 Tcl/Tk does not
require X11, so it can run much faster.
2014-05-25 06:02:57 -05:00