Skip to content
Snippets Groups Projects
Commit ceec1e3c authored by J0WI's avatar J0WI
Browse files

community/hexyl: no longer limited by rust

parent c0d0613f
No related branches found
No related tags found
1 merge request!46124community/hexyl: no longer limited by rust
......@@ -6,9 +6,10 @@ pkgrel=0
pkgdesc="Command-line hex viewer with colored output"
url="https://github.com/sharkdp/hexyl"
license="Apache-2.0 OR MIT"
arch="all !s390x !riscv64" # blocked by rust/cargo
arch="all"
makedepends="cargo"
source="https://github.com/sharkdp/hexyl/archive/v$pkgver/hexyl-$pkgver.tar.gz"
[ "$CARCH" = "riscv64" ] && options="$options textrels"
export CARGO_REGISTRIES_CRATES_IO_PROTOCOL="sparse"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment