blob: e32a6dd41575f756e81a86f62c2d9dbd029b43a0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>dotnet@gentoo.org</email>
<name>Gentoo Dotnet Project</name>
</maintainer>
<use>
<flag name="dotnet-symlink">
Install a dotnet symlink that points to dotnet-bin.
</flag>
</use>
<upstream>
<doc>https://learn.microsoft.com/en-us/dotnet/</doc>
<remote-id type="github">dotnet/sdk</remote-id>
</upstream>
</pkgmetadata>
|