summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/edid-decode/metadata.xml')
-rw-r--r--sys-apps/edid-decode/metadata.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/sys-apps/edid-decode/metadata.xml b/sys-apps/edid-decode/metadata.xml
new file mode 100644
index 000000000000..1507ce42a4af
--- /dev/null
+++ b/sys-apps/edid-decode/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>conikost@gentoo.org</email>
+ <name>Conrad Kostecki</name>
+ </maintainer>
+ <longdescription>
+ Decodes EDID monitor description data in human-readable format.
+ If invoked with no arguments it reads from standard input and writes to standard output.
+ With one argument, the file named by the argument is read instead.
+ With two arguments, normal output is suppressed, and the binary EDID blob is
+ written to the file named by the second argument.
+ </longdescription>
+</pkgmetadata>