diff --git a/srcpkgs/ripgrep-all/template b/srcpkgs/ripgrep-all/template new file mode 100644 index 00000000000..7ec45951187 --- /dev/null +++ b/srcpkgs/ripgrep-all/template @@ -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 " +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 +}