pmaports/phosh/chatty/APKBUILD
Oliver Smith e36c225408
phosh: disable armhf
Phosh depends on gnome-session, which is currently not available in
Alpine for armhf. Fix the arch-lines to unblock building the binary
repository. [ci:skip-vercheck]
2019-10-07 22:52:33 +02:00

28 lines
930 B
Text

# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=chatty
pkgver=0.0.7_git20190913
pkgrel=0
_commit="ef9413467bddc2af3a5b1967c81586cd23dc094d"
pkgdesc="A phone dialer and call handler"
arch="all !armhf"
url="https://gitlab.gnome.org/Community/Purism/chatty"
license="GPL-3.0-or-later"
depends="purple-mm-sms"
makedepends="meson ninja gtk+3.0-dev pidgin-dev libhandy-dev evolution-dev"
source="$pkgname-$_commit.tar.gz::https://source.puri.sm/Librem5/chatty/-/archive/$_commit.tar.gz"
builddir="$srcdir/$pkgname-$_commit"
build() {
meson . _build --prefix=/usr
ninja -C _build
}
check() {
ninja -C _build test
}
package() {
DESTDIR="$pkgdir" ninja -C _build install
}
sha512sums="6e270f14554c42fa9df0b047d18f0212bda24183035a1a08551e61a524a12543c42557b25413f616b8cf5ded37914ed8e3fd32d1cd86a54ea85e5b416d9ebff5 chatty-ef9413467bddc2af3a5b1967c81586cd23dc094d.tar.gz"