forked from hasufell/hasufell-repository
sys-apps/ripgrep: initial import
This commit is contained in:
parent
74909aee4c
commit
81e2b82889
@ -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]
|
||||
|
19
packages/sys-apps/ripgrep/ripgrep-0.9.0.exheres-0
Normal file
19
packages/sys-apps/ripgrep/ripgrep-0.9.0.exheres-0
Normal 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"
|
||||
|
19
packages/sys-apps/ripgrep/ripgrep-scm.exheres-0
Normal file
19
packages/sys-apps/ripgrep/ripgrep-scm.exheres-0
Normal file
@ -0,0 +1,19 @@
|
||||
# Copyright 2018 Julian Ospald <hasufell@posteo.de>
|
||||
# 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"
|
||||
|
Loading…
Reference in New Issue
Block a user