mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-19 07:37:01 +02:00
ripgrep: fix for x86_64-musl.
This commit is contained in:
parent
9529722920
commit
8f8c274bac
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@ changelog="https://raw.githubusercontent.com/BurntSushi/ripgrep/master/CHANGELOG
|
|||
distfiles="https://github.com/BurntSushi/ripgrep/archive/refs/tags/${version}.tar.gz"
|
||||
checksum=d4a57f558abe30bb272850d08850d412870fb3f942ed06932a30b4989911360b
|
||||
|
||||
post_patch() {
|
||||
rm -f .cargo/config.toml # tries to do weird things on musl
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE-MIT
|
||||
vlicense UNLICENSE
|
||||
|
|
Loading…
Add table
Reference in a new issue