mdbook-linkcheck: broken on ppc*
This commit is contained in:
parent
acaa3322a7
commit
f8a797d801
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,10 @@ homepage="https://crates.io/crates/mdbook-linkcheck"
|
|||
distfiles="https://github.com/Michael-F-Bryan/mdbook-linkcheck/archive/v${version}.tar.gz"
|
||||
checksum=e3717082347c7cabcd99ff7d4bff25aeb7c535eb3582b6e97066cc02f8a399bb
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
ppc*) broken="ftbfs in ring";;
|
||||
esac
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue