mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
Merge e298618fc0
into 348b661f9a
This commit is contained in:
commit
cda1d6cc70
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