aboutsummaryrefslogtreecommitdiffstats
path: root/testing/gnunet-gtk/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/gnunet-gtk/APKBUILD')
-rw-r--r--testing/gnunet-gtk/APKBUILD39
1 files changed, 0 insertions, 39 deletions
diff --git a/testing/gnunet-gtk/APKBUILD b/testing/gnunet-gtk/APKBUILD
deleted file mode 100644
index 87b3c1fd3ca..00000000000
--- a/testing/gnunet-gtk/APKBUILD
+++ /dev/null
@@ -1,39 +0,0 @@
-# Contributor: xrs <xrs@mail36.net>
-# Maintainer: xrs <xrs@mail36.net>
-pkgname=gnunet-gtk
-pkgver=0.11.7
-pkgrel=0
-pkgdesc="Graphical user interface for GNUnet"
-url="https://gnunet.org"
-# s390x and riscv64 blocked by luatek -> texlive -> gnunet
-arch="all !s390x !riscv64"
-# build failure
-arch=""
-license="GPL-3.0-only"
-makedepends="gnunet-dev gtk+3.0-dev glade-dev"
-subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
-source="https://mirrors.ocf.berkeley.edu/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="368d31e876d3ace60e62e744e5a7d375962a6f7e6c2800cf1389185673ec643a91160fccbd380427e5fdcf0683824aa17265b3de4eb8a8493aa20c55596d982f gnunet-gtk-0.11.7.tar.gz"