community/aerc: disable on mips(64)

go is missing
This commit is contained in:
Kevin Daudt 2020-12-06 14:15:29 +00:00
parent 01e95b3599
commit 5ee7bcd200

View File

@ -4,7 +4,7 @@ pkgver=0.5.2
pkgrel=0
pkgdesc="email client for your terminal"
url="https://aerc-mail.org"
arch="all"
arch="all !mips !mips64" # mips(64): blocked on go
license="MIT"
depends="less ncurses"
makedepends="go scdoc"