diff --git a/README.md b/README.md deleted file mode 100644 index 9d498a5..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# ripgrep - -The ripgrep package \ No newline at end of file diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..2ea2a99 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +No need for such branch diff --git a/ripgrep.yaml b/ripgrep.yaml deleted file mode 100644 index 46cfca7..0000000 --- a/ripgrep.yaml +++ /dev/null @@ -1,29 +0,0 @@ -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: - rust-ripgrep: - rationale: Main component.