From ad95cc1531f1fc657db5cf2146dabaeebc91f295 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Thu, 26 Jul 2018 16:48:14 +0200 Subject: [PATCH] initial import Signed-off-by: Igor Gnatenko --- ripgrep.yaml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 ripgrep.yaml diff --git a/ripgrep.yaml b/ripgrep.yaml new file mode 100644 index 0000000..725a19b --- /dev/null +++ b/ripgrep.yaml @@ -0,0 +1,29 @@ +document: modulemd +version: 2 +data: + summary: Line oriented search tool using Rust's regex library + description: | + Line oriented search tool using Rust's regex library. Combines + the raw performance of grep with the usability of the silver searcher. + license: + module: [MIT] + dependencies: + - buildrequires: + platform: [f29] + requires: + platform: [] + references: + community: https://github.com/BurntSushi/ripgrep + documentation: https://github.com/BurntSushi/ripgrep/blob/master/FAQ.md + tracker: https://github.com/BurntSushi/ripgrep/issues + api: + rpms: + - ripgrep + profiles: + default: + rpms: + - ripgrep + components: + rpms: + ripgrep: + rationale: Main component.