diff options
author | John Turner <jturner.usa+gentoo@gmail.com> | 2022-03-28 22:40:20 -0400 |
---|---|---|
committer | John Turner <jturner.usa+gentoo@gmail.com> | 2022-03-28 22:40:20 -0400 |
commit | a5d738462df57d1efbe05d9b5781dd709638d309 (patch) | |
tree | 15777c257e636b78939ced0c617b602fffd1e555 /app-emacs/flycheck/metadata.xml | |
parent | d0a72aa75f79fea9169db6eba70bf9b72ac86896 (diff) | |
download | ebuilds-a5d738462df57d1efbe05d9b5781dd709638d309.tar.gz |
app-emacs/flycheck: copied flycheck from ::gentoo
Diffstat (limited to 'app-emacs/flycheck/metadata.xml')
-rw-r--r-- | app-emacs/flycheck/metadata.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/app-emacs/flycheck/metadata.xml b/app-emacs/flycheck/metadata.xml new file mode 100644 index 0000000..e96ebcf --- /dev/null +++ b/app-emacs/flycheck/metadata.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person" proxied="yes"> + <email>jturner.usa+gentoo@gmail.com</email> + <name>John Turner</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> + <upstream> + <remote-id type="github">flycheck/flycheck</remote-id> + <doc>https://github.com/flycheck/flycheck/blob/master/README.md</doc> + </upstream> + <longdescription> + Flycheck is a modern on-the-fly syntax checking extension for GNU Emacs, + intended as replacement for the older Flymake extension which is part of GNU Emacs. + </longdescription> +</pkgmetadata> |