onefetch: broken on big endian
This commit is contained in:
parent
0533f99685
commit
48d513b514
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,10 @@ homepage="https://github.com/o2sh/onefetch"
|
|||
distfiles="https://github.com/o2sh/onefetch/archive/v${version}.tar.gz"
|
||||
checksum=f57b16dfa2bb95dd1fb805257a1761baa20d69eb9ce7c311d369609894c53897
|
||||
|
||||
if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
|
||||
broken="exr crate unimplemented for BE"
|
||||
fi
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.md
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue