This commit is contained in:
Joel Beckmeyer 2025-04-18 11:32:06 +05:30 committed by GitHub
commit cda1d6cc70
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,20 @@
# Template file for 'ripgrep-all'
pkgname=ripgrep-all
version=0.10.6
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=06cd619ad6638be206266a77fdf11034dc2dc15d97b3a057b0d6280a17334680
post_install() {
vlicense LICENSE.md
}