Search Criteria
Package Details: ripgrep-git 11.0.1.r8.5ce2d73-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ripgrep-git.git (read-only, click to copy) |
---|---|
Package Base: | ripgrep-git |
Description: | A search tool that combines the usability of The Silver Searcher with the raw speed of grep. |
Upstream URL: | https://github.com/BurntSushi/ripgrep |
Licenses: | MIT, Unlicense |
Conflicts: | ripgrep |
Provides: | ripgrep |
Submitter: | sigma |
Maintainer: | sigma (burntsushi) |
Last Packager: | sigma |
Votes: | 12 |
Popularity: | 0.000000 |
First Submitted: | 2016-09-24 00:05 (UTC) |
Last Updated: | 2019-05-14 09:31 (UTC) |
Dependencies (5)
- pcre2 (pcre2-svn)
- asciidoc (asciidoc-git) (make)
- cargo (cargo-git, rust-nightly-bin, rustup-git, rust, rustup) (make)
- git (git-git, git-vfs, git-run-command-patch-git) (make)
- fish (fish-git) (optional) – fish completions
Required by (41)
- archivebox (requires ripgrep)
- atom (requires ripgrep)
- atom-editor-git (requires ripgrep)
- atom-transparent (requires ripgrep)
- cadmus-notes (requires ripgrep)
- code-git (requires ripgrep)
- code-transparent (requires ripgrep)
- code-wayland (requires ripgrep)
- dbuch-zsh-config (requires ripgrep)
- fzfx-git (requires ripgrep)
- icd (requires ripgrep) (optional)
- journal-git (requires ripgrep)
- kak-fzf-git (requires ripgrep) (optional)
- kakoune.cr-git (requires ripgrep) (optional)
- kks (requires ripgrep) (optional)
- lunarvim-git (requires ripgrep) (optional)
- marktext (requires ripgrep)
- marktext-git (requires ripgrep)
- mkvtool (requires ripgrep)
- nb (requires ripgrep) (optional)
Latest Comments
linkmauve commented on 2021-01-31 19:05 (UTC) (edited on 2021-01-31 19:21 (UTC) by linkmauve)
Hi, you shouldn’t set
RUSTFLAGS
manually inbuild()
, and especially not set it to-C target-cpu=native
as it will prevent the built package from running on CPUs which don’t have at least all of the flags of the building CPU, for instance when building on Haswell and running on Ivy Bridge the generated AVX2 instructions won’t be available.The proper way to set
RUSTFLAGS
is in each user’s/etc/makepkg.conf
, it’s already set on line 53 on current pacman.SolarAquarion commented on 2019-05-10 13:28 (UTC)
ripgrep should probably have fish as a optdepend for completions
ronjouch commented on 2019-04-13 01:09 (UTC)
Since today and https://github.com/fish-shell/fish-shell/commit/5989a92dae3dcbed3f868345811ab178f04bf3c8 , build of fish-git succeeds but installation fails with:
What's the standard in Arch? Should fish or ripgrep provide the completions? Asked the same question in AUR / fish-git ( https://aur.archlinux.org/packages/fish-git/#news )
tei8ho commented on 2018-09-16 17:06 (UTC) (edited on 2018-09-16 17:07 (UTC) by tei8ho)
I assume this on me, but I get zsh completions but not bash ones.
==> Entering fakeroot environment...
==> Starting package()...
install: target '/home/USERNAME/Code/makepkg/build/ripgrep-git/pkg/ripgrep-git/usr/share/bash-completion/completions/rg' is not a directory
==> ERROR: A failure occurred in package(). Aborting...
warning: package ripgrep-git failed to build, skipping
[USERNAME@LAPTOP ripgrep]$ ls ~/Code/makepkg/build/ripgrep-git/pkg/ripgrep-git/usr/share/zsh/site-functions/
berquist commented on 2018-04-01 00:18 (UTC)
I was having trouble installing because the
find
call for the manpage was returning multiple hits. It's crude, but this solved it:install -Dm644 $(find "$srcdir/$pkgname"/target/release/build -name "rg.1" | head -n 1) "$pkgdir/usr/share/man/man1/rg.1"
mrkline commented on 2017-01-23 18:58 (UTC) (edited on 2017-01-23 18:59 (UTC) by mrkline)
mrkline commented on 2017-01-21 20:54 (UTC)
mrkline commented on 2017-01-20 21:58 (UTC)