Files
gentoo/dev-util/mingw64-toolchain/metadata.xml
Ionen Wolkens 597109c089 dev-util/mingw64-toolchain: new package, add 10.0.0
This package attempts to bootstrap a mingw toolchain
(binutils+gcc+mingw64-runtime) without crossdev for
easy use with wine and related packages like dxvk.

crossdev is generally intended for advanced use, and
not for a user who just want to play games (e.g. many
Blizzard games don't work without USE=mingw on wine).

Not the greatest solution, but should allow improving the
wine situation for users until there's a better option.

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2022-05-12 22:29:29 -04:00

14 lines
432 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>ionen@gentoo.org</email>
<name>Ionen Wolkens</name>
</maintainer>
<upstream>
<remote-id type="cpe">cpe:/a:gnu:gcc</remote-id>
<remote-id type="cpe">cpe:/a:gnu:binutils</remote-id>
<remote-id type="sourceforge">mingw-w64</remote-id>
</upstream>
</pkgmetadata>