ripgrep: fix for x86_64-musl.

This commit is contained in:
Leah Neukirchen 2023-11-26 21:48:43 +01:00
parent 9529722920
commit 8f8c274bac

View file

@ -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