# Template file for 'ripgrep-all'
pkgname=ripgrep-all
version=0.10.10
revision=1
build_style=cargo
hostmakedepends="pkg-config"
makedepends="libzstd-devel sqlite-devel"
depends="ripgrep pandoc poppler ffmpeg"
checkdepends="$depends"
short_desc="Ripgrep, but also search in non-plaintext files (PDFs, archives, etc)"
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
license="AGPL-3.0-or-later"
homepage="https://github.com/phiresky/ripgrep-all"
changelog="https://raw.githubusercontent.com/phiresky/ripgrep-all/master/CHANGELOG.md"
distfiles="https://github.com/phiresky/ripgrep-all/archive/refs/tags/v${version}.tar.gz"
checksum=17fadc7b73a51608d57f82b4a11f3edc0da87716cc4b302103eed9d4b9010fe5

post_install() {
	vlicense LICENSE.md
}
