Commit Graph

4 Commits

Author SHA1 Message Date
Christoph Reiter
65d2d6baa9 tmate: don't makedep on ruby
doesn't seem to be used anymore
2022-12-04 06:11:07 +01:00
Christoph Reiter
e40c90814f Makedepend on gcc/make where needed
This means we no longer need msys2-devel
2021-12-13 22:19:56 +01:00
Christoph Reiter
38126d763e makedepend on autotools for packages using configure
In some cases this will introduce cycles which could likely be cleaned
up by only depending on some unix tools instead of the whole autotools.

Rebuilding doesn't make much sense at this point since it just adds a subset
of base-devel which is still installed by default.
2021-12-12 14:20:50 +01:00
Johannes Schindelin
09b14d4362 Add the 'tmate' package
The `tmate` project forked the `tmux` code to allow for easy,
almost-instantaneous pair programming in the console.

Using this project, the GitHub Action
https://github.com/marketplace/actions/debugging-with-tmate allows
debugging build failures interactively.

Unfortunately, `tmate` does not offer any support for Windows.

MSYS2 to the rescue! We just added package definitions for `msgpack-c`
and `libssh`, which are the two previously missing dependencies of
`tmate`, and with this commit, we add the package definition for `tmate`
itself.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2020-10-27 14:57:05 +01:00