aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Freyermuth <o.freyermuth@googlemail.com>2022-08-24 20:46:32 +0200
committerOliver Freyermuth <o.freyermuth@googlemail.com>2022-08-24 20:46:32 +0200
commite8b5b4f11540bbd2478ce634def73129ffabf583 (patch)
tree0c1aa8eb25591a18620ea2f67519f2cf0c88f6f3
parentapp-misc/afc: new package, add 1.0, 9999 (diff)
downloadguru-e8b5b4f1.tar.gz
guru-e8b5b4f1.tar.bz2
guru-e8b5b4f1.zip
app-misc/afc: Add missing metadata.xml.
Signed-off-by: Oliver Freyermuth <o.freyermuth@googlemail.com>
-rw-r--r--app-misc/afc/metadata.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/app-misc/afc/metadata.xml b/app-misc/afc/metadata.xml
new file mode 100644
index 0000000000..bfca7c0919
--- /dev/null
+++ b/app-misc/afc/metadata.xml
@@ -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>