sys-apps/ripgrep: initial import

This commit is contained in:
2018-08-14 19:36:44 +08:00
parent 74909aee4c
commit 81e2b82889
3 changed files with 39 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
# Copyright 2018 Julian Ospald <hasufell@posteo.de>
# 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"