Updated arch array

This commit is contained in:
Aditya Gupta 2021-06-11 14:47:01 +05:30
parent 09a3c65df1
commit 8ee45991c7
No known key found for this signature in database
GPG Key ID: 89B4964FE1E819C6
2 changed files with 10 additions and 4 deletions

View File

@ -5,6 +5,12 @@ pkgbase = ftxui-git
url = https://github.com/ArthurSonzogni/FTXUI
install = .install
arch = x86_64
arch = amd64
arch = arm64
arch = armhf
arch = i386
arch = ppc64el
arch = s390x
license = MIT
makedepends = git
depends = cmake

View File

@ -1,9 +1,9 @@
# Maintainer: Arthur Sonzogni <i_dont_know_his_mail>
# Maintainer: Arthur Sonzogni <ftxui at gmail dot com>
pkgname=ftxui-git
pkgver=r277.4d29dcc
pkgrel=1
pkgdesc="C++ Functional Terminal User Interface"
arch=('x86_64')
arch=('x86_64' 'amd64' 'arm64' 'armhf' 'i386' 'ppc64el' 's390x')
url="https://github.com/ArthurSonzogni/FTXUI"
license=('MIT')
depends=('cmake' 'gcc' 'ninja') # ninja is optional, just remove "-G Ninja" from build() too, though its faster if you leave as it is
@ -27,7 +27,7 @@ build() {
-DFTXUI_BUILD_EXAMPLES=OFF \
-DFTXUI_ENABLE_INSTALL=ON \
-DFTXUI_BUILD_TESTS=OFF \
-DFTXUI_BUILD_DOCS=ON \
-DFTXUI_BUILD_DOCS=OFF \
.. -DCMAKE_BUILD_TYPE=Release
cmake --build .
@ -35,7 +35,7 @@ build() {
check() {
cd "$srcdir/${pkgname%-git}"/build
# Left for now, ask Arthur later
# make -k check
}
package() {