diff options
author | J0WI <J0WI@users.noreply.github.com> | 2019-09-22 18:40:47 +0200 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2019-10-06 15:16:06 +0200 |
commit | 8583b381ba6c7617d811af782748e7409b88476c (patch) | |
tree | fdf323624aedc0aa3ba8481fbd51e8a2256d67b7 /community/alacritty/APKBUILD | |
parent | 937c142c6a13d8773def211fe99887b96abc5887 (diff) | |
download | aports-8583b381ba6c7617d811af782748e7409b88476c.tar.bz2 aports-8583b381ba6c7617d811af782748e7409b88476c.tar.xz |
community/alacritty: more arches
Diffstat (limited to 'community/alacritty/APKBUILD')
-rw-r--r-- | community/alacritty/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/alacritty/APKBUILD b/community/alacritty/APKBUILD index bd63f2d369..019706da18 100644 --- a/community/alacritty/APKBUILD +++ b/community/alacritty/APKBUILD @@ -4,7 +4,7 @@ pkgver=0.3.3 pkgrel=2 pkgdesc="A cross-platform, GPU-accelerated terminal emulator" url="https://github.com/jwilm/alacritty" -arch="x86_64 armhf armv7" # via Rust +arch="x86_64 armv7 armhf aarch64 x86 ppc64le" # limited by rust/cargo license="Apache-2.0" makedepends=" rust cargo cmake fontconfig-dev freetype-dev pkgconfig libxcb-dev python3 |