Add install message explaining ripgrep-all optional deps

This commit is contained in:
Marty Oehme 2025-03-08 11:00:25 +01:00
parent 161749e806
commit 5ad391411e
Signed by: Marty
GPG key ID: 4E535BC19C61886E
2 changed files with 4 additions and 1 deletions
srcpkgs/ripgrep-all

View file

@ -0,0 +1,3 @@
For ripgrep-all to work with most filetypes additional packages are required,
such as 'poppler' for searching PDF files, or 'pandoc' for searching Docx
files. Consult the documentation.

View file

@ -1,7 +1,7 @@
# Template file for 'ripgrep-all'
pkgname=ripgrep-all
version=0.10.6
revision=1
revision=2
build_style=cargo
hostmakedepends="rust pkg-config"
makedepends="rust-std libzstd-devel sqlite-devel"