summaryrefslogtreecommitdiff
path: root/dev-dotnet/nake/metadata.xml
blob: bacb51a97fdfce99acbfd3d41974463f241e1e89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?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>
  <longdescription>
    Nake is a magic task runner tool for .NET Core. It's a hybrid of Shovel and
    Rake. The DSL for defining tasks is uniquely minimal and it's just plain
    (naked) C# code! Nake is built on top of the latest Roslyn release so you
    can use all of the latest C# features in you scripts and even more.
  </longdescription>
  <upstream>
    <bugs-to>https://github.com/yevhen/Nake/issues/</bugs-to>
    <remote-id type="github">yevhen/Nake</remote-id>
  </upstream>
</pkgmetadata>