aports/community/gnunet-gtk/APKBUILD

40 lines
1012 B
Plaintext

# Contributor: xrs <xrs@mail36.net>
# Maintainer: xrs <xrs@mail36.net>
pkgname=gnunet-gtk
pkgver=0.19.0
pkgrel=0
pkgdesc="Graphical user interface for GNUnet"
url="https://gnunet.org"
# s390x, riscv64, and ppc64le blocked by luatek -> texlive -> gnunet
arch="all !s390x !ppc64le !riscv64"
license="GPL-3.0-only"
makedepends="gnunet-dev gtk+3.0-dev glade-dev"
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
source="https://ftpmirror.gnu.org/gnu/gnunet/gnunet-gtk-$pkgver.tar.gz"
options="!check" # The GNUnet project lacks a good CI at the moment.
build() {
./configure \
--build=$CBUILD \
--host=$CHOST \
--prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
--localstatedir=/var \
--disable-fs-app \
--disable-conversation-app
make
}
check() {
make check
}
package() {
make DESTDIR="$pkgdir" install
}
sha512sums="
4c2aff1e355babd12d1145ffed7e822a7e4ca8f2c7bc632a67815d45c5ef32fbe40ddbb5467ec9a849521a79a3f85feb729e37b7dc703b32bf870444d0f7ec83 gnunet-gtk-0.19.0.tar.gz
"