diff options
author | John Turner <jturner.usa+gentoo@gmail.com> | 2021-09-29 21:56:01 -0400 |
---|---|---|
committer | John Turner <jturner.usa+gentoo@gmail.com> | 2021-09-29 21:56:01 -0400 |
commit | 58e7ecc28ab8e416e5f12b27f28ac796d9969813 (patch) | |
tree | 70765b5810a5dfd031979a1c0be2bb2b75934b22 | |
parent | 7bb92fe256066870b7a0a89f8155eca7dd9be710 (diff) | |
download | ebuilds-58e7ecc28ab8e416e5f12b27f28ac796d9969813.tar.gz |
app-emacs/cfrs: added metadata.xml
-rw-r--r-- | app-emacs/cfrs/metadata.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/app-emacs/cfrs/metadata.xml b/app-emacs/cfrs/metadata.xml new file mode 100644 index 0000000..68bc463 --- /dev/null +++ b/app-emacs/cfrs/metadata.xml @@ -0,0 +1,24 @@ +<?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">Alexander-Miller/cfrs</remote-id> + <doc>https://github.com/Alexander-Miller/cfrs/blob/master/README.org</doc> + </upstream> + <longdescription> + A simple alternative to read-string that allows reading input via + a small child-frame spawned at the position of the cursor. + Its goal is to make the string input interface closer to those + used in modern GUI programs and to help the user with having + to switch focus from whatever they are doing currently to look + at the minibuffer. + </longdescription> +</pkgmetadata> |