diff --git a/srcpkgs/onefetch/template b/srcpkgs/onefetch/template index 1eda291b05..82a46672d3 100644 --- a/srcpkgs/onefetch/template +++ b/srcpkgs/onefetch/template @@ -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 }