mirror of
https://github.com/FliegendeWurst/ripgrep-all.git
synced 2024-11-24 12:24:56 +00:00
(cargo-release) version 0.8.4
This commit is contained in:
parent
45d93b081a
commit
d27082f012
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -918,7 +918,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ripgrep_all"
|
name = "ripgrep_all"
|
||||||
version = "0.8.4-alpha.0"
|
version = "0.8.4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
"bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"bzip2 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
"bzip2 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
name = "ripgrep_all"
|
name = "ripgrep_all"
|
||||||
description = "ripgrep, but also search in PDFs, E-Books, Office documents, zip, tar.gz, etc"
|
description = "ripgrep, but also search in PDFs, E-Books, Office documents, zip, tar.gz, etc"
|
||||||
license = "AGPL-3.0-or-later"
|
license = "AGPL-3.0-or-later"
|
||||||
version = "0.8.4-alpha.0"
|
version = "0.8.4"
|
||||||
repository = "https://github.com/phiresky/ripgrep_all"
|
repository = "https://github.com/phiresky/ripgrep_all"
|
||||||
authors = ["phiresky <phireskyde+git@gmail.com>"]
|
authors = ["phiresky <phireskyde+git@gmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
@ -41,8 +41,8 @@ mk_tarball() {
|
|||||||
# cp "$cargo_out_dir/rg.1" "$staging/doc/"
|
# cp "$cargo_out_dir/rg.1" "$staging/doc/"
|
||||||
#fi
|
#fi
|
||||||
# Copy shell completion files.
|
# Copy shell completion files.
|
||||||
cp "$cargo_out_dir"/{rg.bash,rg.fish,_rg.ps1} "$staging/complete/"
|
# cp "$cargo_out_dir"/{rg.bash,rg.fish,_rg.ps1} "$staging/complete/"
|
||||||
cp complete/_rg "$staging/complete/"
|
# cp complete/_rg "$staging/complete/"
|
||||||
|
|
||||||
(cd "$tmpdir" && tar czf "$out_dir/$name.tar.gz" "$name")
|
(cd "$tmpdir" && tar czf "$out_dir/$name.tar.gz" "$name")
|
||||||
rm -rf "$tmpdir"
|
rm -rf "$tmpdir"
|
||||||
|
Loading…
Reference in New Issue
Block a user