mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 09:52:57 +02:00
ripgrep: add do_check().
This commit is contained in:
parent
99d4bb6a50
commit
dac4908aa6
1 changed files with 5 additions and 0 deletions
|
@ -14,6 +14,11 @@ nocross=yes
|
|||
do_build() {
|
||||
cargo build --release
|
||||
}
|
||||
|
||||
do_check() {
|
||||
cargo test --release
|
||||
}
|
||||
|
||||
do_install() {
|
||||
vbin target/release/rg
|
||||
vlicense LICENSE-MIT
|
||||
|
|
Loading…
Add table
Reference in a new issue