mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
New package: ripgrep-all-0.10.6
This commit is contained in:
parent
b38d59920e
commit
7e1b589e19
1 changed files with 20 additions and 0 deletions
20
srcpkgs/ripgrep-all/template
Normal file
20
srcpkgs/ripgrep-all/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue