MSYS2 64 bit 2022.6.3

Full internal name:msys2_64
Project site:https://www.msys2.org/
Screen shots:
Download: Download MSYS2 64 bit 2022.6.3

https://repo.msys2.org/distrib/x86_64/msys2-base-x86_64-20220603.tar.xz

VirusTotal results
Change log:n/a
Description:

A Cygwin-derived software distro for Windows using Arch Linux's Pacman.

MSYS2 is an independent rewrite of MSYS, based on modern Cygwin (POSIX compatibility layer) and MinGW-w64 with the aim of better interoperability with native Windows software.

The name is a contraction of Minimal SYStem 2, and aims to provide support to facilitate using the bash shell, Autotools, revision control systems and the like for building native Windows applications using MinGW-w64 toolchains.

We wanted a package management system to provide easy installation of packages, and ported Arch Linux's Pacman. This brings many powerful features such as dependency resolution and simple complete system upgrades, as well as providing the build system - makepkg{,-mingw} - which is used to make these packages. The set of software-building recipes (PKGBUILD and patches) for MSYS2 itself are at:

https://github.com/Alexpux/MSYS2-packages

.. and those for MinGW-w64 (native Windows software) are at:

https://github.com/Alexpux/MINGW-packages

Both 32 and 64-bit are supported.

License:unknown
Version:2022.6.3
SHA-1 or SHA-256:7a94529d2e88614424212897c963244733de758185cb615c7bb3efbad55190da
Type:one file
Dependencies:
Tags:
Text files:
.Npackd\Install.bat:
"%sevenzipa%\7za" x "%npackd_package_binary%"> .Npackd\Output.txt && type .Npackd\Output.txt
if %errorlevel% neq 0 exit /b %errorlevel%

for /f "delims=" %%x in ('dir /b *.tar') do set name=%%x
"%sevenzipa%\7za" x "%name%"> .Npackd\Output.txt && type .Npackd\Output.txt
if %errorlevel% neq 0 exit /b %errorlevel%

"%clu%\clu" unwrap-dir -p msys64> .Npackd\Output.txt && type .Npackd\Output.txt
if %errorlevel% neq 0 exit /b %errorlevel%

rem see https://github.com/flavorjones/windows-ruby-dev-tools-release/blob/master/packages/ruby-2.4/packaging
rem initialize ... things. like gpg keys. and skeleton files.
rem see https://github.com/oneclick/rubyinstaller2/issues/79 for background
usr\bin\bash.exe -lc 'true'
usr\bin\bash.exe -lc 'pacman-key --init'
usr\bin\bash.exe -lc 'pacman-key --populate msys2'
Last modified:Sat Jun 18 22:14:34 UTC 2022
Last modified by:tim.lebedk...
Created:Sat Jun 18 22:28:15 UTC 2022
Created by:tim.lebedk...
Automated tests:0 of 0 installations succeeded, 0 of 0 removals succeeded