summaryrefslogtreecommitdiff
path: root/dev-dotnet/nake/metadata.xml
blob: 705134d2f3d174d3593ddd27347b4f70b7dca116 (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://srcux.com/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>
  </upstream>
  <origin>srcux</origin>
</pkgmetadata>