From 81e2b828890dde094d90174068013a672fad8700 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Tue, 14 Aug 2018 19:36:44 +0800 Subject: [PATCH] sys-apps/ripgrep: initial import --- metadata/repository_mask.conf | 1 + .../sys-apps/ripgrep/ripgrep-0.9.0.exheres-0 | 19 +++++++++++++++++++ .../sys-apps/ripgrep/ripgrep-scm.exheres-0 | 19 +++++++++++++++++++ 3 files changed, 39 insertions(+) create mode 100644 packages/sys-apps/ripgrep/ripgrep-0.9.0.exheres-0 create mode 100644 packages/sys-apps/ripgrep/ripgrep-scm.exheres-0 diff --git a/metadata/repository_mask.conf b/metadata/repository_mask.conf index 457ecbb..0c51a2e 100644 --- a/metadata/repository_mask.conf +++ b/metadata/repository_mask.conf @@ -21,6 +21,7 @@ net-misc/remmina[~scm] net-misc/trickle[~scm] sys-apps/fd[~scm] + sys-apps/ripgrep[~scm] x11-apps/terminator[~scm] x11-misc/cbatticon[~scm] x11-wm/i3[~scm] diff --git a/packages/sys-apps/ripgrep/ripgrep-0.9.0.exheres-0 b/packages/sys-apps/ripgrep/ripgrep-0.9.0.exheres-0 new file mode 100644 index 0000000..896d8fb --- /dev/null +++ b/packages/sys-apps/ripgrep/ripgrep-0.9.0.exheres-0 @@ -0,0 +1,19 @@ +# Copyright 2018 Julian Ospald +# Distributed under the terms of the GNU General Public License v2 + +require cargo [ channel=nightly ] +require github [ user=BurntSushi ] + +SUMMARY="ripgrep recursively searches directories for a regex pattern" +HOMEPAGE="https://crates.io/crates/ripgrep ${HOMEPAGE}" + +LICENCES="MIT" +SLOT="0" +PLATFORMS="~amd64 ~x86" +MYOPTIONS="" + +DEPENDENCIES=" +" + +BUGS_TO="hasufell@posteo.de" + diff --git a/packages/sys-apps/ripgrep/ripgrep-scm.exheres-0 b/packages/sys-apps/ripgrep/ripgrep-scm.exheres-0 new file mode 100644 index 0000000..4a141fe --- /dev/null +++ b/packages/sys-apps/ripgrep/ripgrep-scm.exheres-0 @@ -0,0 +1,19 @@ +# Copyright 2018 Julian Ospald +# Distributed under the terms of the GNU General Public License v2 + +require github [ user=BurntSushi ] +require cargo [ channel=stable ] + +SUMMARY="ripgrep recursively searches directories for a regex pattern" +HOMEPAGE="https://github.com/BurntSushi/ripgrep ${HOMEPAGE}" + +LICENCES="MIT" +SLOT="0" +PLATFORMS="~amd64 ~x86" +MYOPTIONS="" + +DEPENDENCIES=" +" + +BUGS_TO="hasufell@posteo.de" +