diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-02-02 11:15:52 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-02-02 11:51:16 +0100 |
commit | 578b6feddd15b7d06792c1bcfb7e08b099500541 (patch) | |
tree | 9a3d6145770b9b8ac956f849a6114d8321641b63 /app-emacs/rg/metadata.xml | |
parent | app-emacs/pandoc-mode: fix DESCRIPTION (diff) | |
download | gentoo-578b6feddd15b7d06792c1bcfb7e08b099500541.tar.gz gentoo-578b6feddd15b7d06792c1bcfb7e08b099500541.tar.bz2 gentoo-578b6feddd15b7d06792c1bcfb7e08b099500541.zip |
app-emacs/rg: new package; add verison 2.2.1
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/rg/metadata.xml')
-rw-r--r-- | app-emacs/rg/metadata.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/app-emacs/rg/metadata.xml b/app-emacs/rg/metadata.xml new file mode 100644 index 000000000000..f479f7c94178 --- /dev/null +++ b/app-emacs/rg/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="project"> + <email>gnu-emacs@gentoo.org</email> + <name>Gentoo GNU Emacs project</name> + </maintainer> + <longdescription> + A search package based on the ripgrep command line tool. It allows you to + interactively create searches, doing automatic searches based on the + editing context, refining and modifying search results and much more. It is + also highly configurable to be able to fit different users' needs. If you + are used to built-in Emacs rgrep command, transitioning to rg should be + simple. rg provides a lot of extra features but the basics are similar. The + big benefit of using ripgrep instead of grep as a backend is speed. + Especially when searching large source code repositories where ripgrep + really shines. + </longdescription> + <upstream> + <bugs-to>https://github.com/dajva/rg.el/issues/</bugs-to> + <remote-id type="github">dajva/rg.el</remote-id> + </upstream> +</pkgmetadata> |