Uses my git.rgst.io mirror to be (hopefully) more stable that Github. To get the list of "NUGETS" I used <https://wiki.gentoo.org/wiki/Dotnet/Devguide#Finding_correct_NuGet_packages>. Note that you must run it with the version of dotnet on your system since it won't autodetect: ```bash gdmt restore --project "$(pwd)" --sdk-ver 9.0 ```
12 lines
No EOL
520 B
XML
12 lines
No EOL
520 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
|
|
<pkgmetadata>
|
|
<longdescription> Ryujinx is an open-source Nintendo Switch emulator, created by gdkchan, written
|
|
in C#. This emulator aims at providing excellent accuracy and performance and user-friendly
|
|
interface. </longdescription>
|
|
<upstream>
|
|
<bugs-to>https://github.com/Ryubing/Ryujinx/issues/</bugs-to>
|
|
<remote-id type="github">Ryubing/Ryujinx</remote-id>
|
|
</upstream>
|
|
</pkgmetadata> |