summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWesley Viana2022-10-23 17:15:35 -0300
committergrtcdr2022-10-23 23:53:59 +0100
commit0abf028f1a4c11d0c930f5addeb684975390090d (patch)
tree73d701037d77d917416caf256eab2c0328069cf3
parentf7e2817bb2a20acb20ee8cff29555bcc32e315fb (diff)
downloadaur-0abf028f1a4c11d0c930f5addeb684975390090d.tar.gz
Add ARM arch into Macchina AUR
Hi there, I was able to build your package in my raspberry pi 3. I'm using armv7 on it. So I'm not sure about v8. But proabably should work as it's Rust. Here is my patch
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7c8209331ef8..ba58b33936f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ depends=('gcc-libs' 'glibc')
optdepends=('wmctrl: window manager support')
makedepends=('rust' 'cargo' 'libgit2' 'git')
-arch=('x86_64')
+arch=('x86_64', 'armv7h', 'aarch64')
license=('MIT')
url="https://github.com/Macchina-CLI/macchina"