Add ripgrep-all template
This commit is contained in:
parent
6a1bb4ea1e
commit
e3849a8b26
1 changed files with 19 additions and 0 deletions
19
srcpkgs/ripgrep-all/template
Normal file
19
srcpkgs/ripgrep-all/template
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Template file for 'ripgrep-all'
|
||||
pkgname=ripgrep-all
|
||||
version=0.10.6
|
||||
revision=1
|
||||
build_style=cargo
|
||||
hostmakedepends="rust pkg-config"
|
||||
makedepends="rust-std libzstd-devel sqlite-devel"
|
||||
#depends="pandoc ffmpeg ripgrep poppler-utils zip sqlite" optional dependencies for adapters
|
||||
short_desc="ripgrep, but also search in PDFs, E-Books, Office documents, zip, tar.gz, etc"
|
||||
maintainer="Marty Oehme <contact@martyoeh.me>"
|
||||
license="AGPL-3.0-only"
|
||||
homepage="https://github.com/phiresky/ripgrep-all"
|
||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||
checksum=06cd619ad6638be206266a77fdf11034dc2dc15d97b3a057b0d6280a17334680
|
||||
|
||||
post_install() {
|
||||
vdoc README.md
|
||||
vlicense LICENSE.md
|
||||
}
|
Loading…
Reference in a new issue