* Update dependency phiresky/ripgrep-all to v0.10.9 * Update ripgrep-all checksum --------- Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
21 lines
775 B
Text
21 lines
775 B
Text
# Template file for 'ripgrep-all'
|
|
pkgname=ripgrep-all
|
|
version=0.10.9 # renovate: datasource=github-tags depName=phiresky/ripgrep-all
|
|
revision=2
|
|
build_style=cargo
|
|
hostmakedepends="rust pkg-config"
|
|
makedepends="rust-std libzstd-devel sqlite-devel"
|
|
checkdepends="poppler-utils pandoc"
|
|
depends="ripgrep"
|
|
#depends="pandoc ffmpeg unzip sqlite" optional dependencies for adapters
|
|
short_desc="ripgrep, but also search in PDFs, E-Books, Office documents, zip, tar.gz, etc"
|
|
maintainer="Marty Oehme <contact@martyoeh.me>"
|
|
license="AGPL-3.0-only"
|
|
homepage="https://github.com/phiresky/ripgrep-all"
|
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
|
checksum=a5b3150940dcddd35a26e9de398f11a563d0466a335e5450ceb7ff369e9fef45
|
|
|
|
post_install() {
|
|
vdoc README.md
|
|
vlicense LICENSE.md
|
|
}
|