app-misc/afc: Add missing metadata.xml.

Signed-off-by: Oliver Freyermuth <o.freyermuth@googlemail.com>
This commit is contained in:
Oliver Freyermuth
2022-08-24 20:46:32 +02:00
parent fa45ae0029
commit e8b5b4f115

16
app-misc/afc/metadata.xml Normal file
View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>o.freyermuth@googlemail.com</email>
<name>Oliver Freyermuth</name>
</maintainer>
<upstream>
<bugs-to>https://github.com/olifre/afc/issues</bugs-to>
<remote-id type="github">olifre/afc</remote-id>
</upstream>
<longdescription lang="en">
Anime File Checker is a simple file checker with neither frills nor extra bells and whistles.
It takes a list of files and calculates crc32 using zlib functionality, and shows whether it is found in the filename or not.
</longdescription>
</pkgmetadata>