gentoo/sys-apps/ripgrep/metadata.xml
Michał Górny a2d9abf7ee
sys-apps/ripgrep: Add myself as a maintainer
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-02-14 17:55:14 +01:00

18 lines
612 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>mgorny@gentoo.org</email>
<name>Michał Górny</name>
</maintainer>
<longdescription lang="en">
Line-oriented search tool that recursively searches your current
directory for a regex pattern while respecting your gitignore
rules. ripgrep is similar to other popular search tools like
The Silver Searcher, ack and grep.
</longdescription>
<upstream>
<remote-id type="github">BurntSushi/ripgrep</remote-id>
</upstream>
</pkgmetadata>