GitXplorerGitXplorer
m

MSYS2-additional-packages

public
1 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
ab1d709de1eccf8189992d3fbb56e18afa78cc4e

autossh: switch to sha256sums

mmati865 committed 9 years ago
Unverified
f92b3cc9f17b110983304e5e36f478b5996ff6e1

Correction to ci-build.sh

mmati865 committed 9 years ago
Unverified
aa4c7e0138a0dd62f666683b764a40dfd2460f89

Added autossh msys package

eequalsraf committed 9 years ago
Unverified
6ff85a77712deecbcbaeb1bb10d0550c8c68b010

Copy some files from main repository

mmati865 committed 9 years ago
Unverified
8825854f0d0d47f7b39f13a77f932277b32b0ed6

Set README.md

mmati865 committed 9 years ago
Unverified
f842b3899937bf99861f34e2420177a7c0a96c13

Initial commit

mmati865 committed 9 years ago

README

The README file for this repository.

MSYS2-additional-packages

WARNING: This repository is not official. Official repository can be found here: https://github.com/Alexpux/MSYS2-packages

Additional package scripts for MSYS2.

To build these, run msys2_shell.bat then from the bash prompt.

cd ${package-name}
makepkg

To install the built package(s).

pacman -U ${package-name}*.pkg.tar.xz

If you don't have the group base-devel installed, please install.

pacman -S base-devel