dev-vcs/got: initial import

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2021-08-04 11:10:20 +05:00
parent 8324058376
commit 21f647ecdc
3 changed files with 83 additions and 0 deletions

26
dev-vcs/got/metadata.xml Normal file
View File

@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>cyber+gentoo@sysrq.in</email>
<name>Anna</name>
</maintainer>
<longdescription>
Game of Trees (Got) is a version control system which prioritizes
ease of use and simplicity over flexibility.
Got uses Git repositories to store versioned data. Git can be used
for any functionality which has not yet been implemented in Got.
It will always remain possible to work with both Got and Git on the
same repository.
</longdescription>
<upstream>
<maintainer>
<email>thomas@xteddy.org</email>
<name>Thomas Adam</name>
</maintainer>
<bugs-to>mailto:gameoftrees@openbsd.org</bugs-to>
<doc>https://gameoftrees.org/examples.html</doc>
<changelog>https://git.gameoftrees.org/gitweb/?p=got-portable.git;a=blob_plain;f=CHANGES</changelog>
</upstream>
</pkgmetadata>