MSYS2 64 bit 2021.2.28

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

https://repo.msys2.org/distrib/x86_64/msys2-base-x86_64-20210228.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:2021.2.28
SHA-1 or SHA-256:3f2ceb097a081789d9d497e0d3df8d99c16a1591b9984b0469440cd5bfa65092
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 May 15 08:57:59 UTC 2021
Last modified by:tim.lebedk...
Created:Sun Apr 04 22:12:13 UTC 2021
Created by:tim.lebedk...
Automated tests:0 of 0 installations succeeded, 0 of 0 removals succeeded