Skip to content
Snippets Groups Projects
Commit 5552b2f7 authored by J0WI's avatar J0WI Committed by alice
Browse files

community/git-metafile: enable aarch64 and riscv64

parent 75b64181
No related branches found
No related tags found
1 merge request!46114community/git-metafile: enable aarch64 and riscv64
Pipeline #160695 skipped
......@@ -5,18 +5,18 @@ pkgver=0.2.3
pkgrel=0
pkgdesc="Store and restore files metadata in a git repository"
url="https://github.com/jirutka/git-metafile"
# ppc64le, aarch64 - fails to build
# others - limited by rust/cargo
arch="x86_64 armv7 armhf x86"
# ppc64le, s390x - fails to build
arch="all !ppc64le !s390x"
license="MIT"
depends="git"
makedepends="cargo rust"
source="https://github.com/jirutka/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz
source="https://github.com/jirutka/git-metafile/archive/v$pkgver/git-metafile-$pkgver.tar.gz
post-checkout
pre-commit
git-etc-init
gitignore
"
[ "$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