aboutsummaryrefslogtreecommitdiffstats
path: root/testing/devhelp
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2019-09-23 01:10:27 +0200
committerRasmus Thomsen <oss@cogitri.dev>2019-09-23 01:29:46 +0200
commitb8819e51b70470e6df7cecd844a5b9889ac3ee7b (patch)
tree99c793a113bd8b7253a67c37bc41dd0549e00815 /testing/devhelp
parentb36f2ebd3255555fd247f753c3a768a66a65c682 (diff)
downloadaports-b8819e51b70470e6df7cecd844a5b9889ac3ee7b.tar.bz2
aports-b8819e51b70470e6df7cecd844a5b9889ac3ee7b.tar.xz
community/devhelp: move from testing
Diffstat (limited to 'testing/devhelp')
-rw-r--r--testing/devhelp/APKBUILD35
1 files changed, 0 insertions, 35 deletions
diff --git a/testing/devhelp/APKBUILD b/testing/devhelp/APKBUILD
deleted file mode 100644
index ff6aad1739..0000000000
--- a/testing/devhelp/APKBUILD
+++ /dev/null
@@ -1,35 +0,0 @@
-# Contributor: Rasmus Thomsen <oss@cogitri.dev>
-# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
-pkgname=devhelp
-pkgver=3.34.0
-pkgrel=0
-pkgdesc="API documentation browser for GTK+ and GNOME"
-url="https://wiki.gnome.org/Apps/Devhelp"
-arch="all"
-license="GPL-2.0-or-later"
-depends="gsettings-desktop-schemas"
-makedepends="meson gobject-introspection-dev gsettings-desktop-schemas-dev
- webkit2gtk-dev amtk-dev glib-dev itstool"
-subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
-source="https://download.gnome.org/sources/devhelp/${pkgver%.*}/devhelp-$pkgver.tar.xz"
-
-build() {
- meson \
- --prefix=/usr \
- --sysconfdir=/etc \
- --mandir=/usr/share/man \
- --localstatedir=/var \
- --buildtype=release \
- . output
- ninja -C output
-}
-
-check() {
- ninja -C output test
-}
-
-package() {
- DESTDIR="$pkgdir" ninja -C output install
-}
-
-sha512sums="34ed48ed323827b01f7d32e186da856c788ddfe37d6836082a81e6c8e4cd7bfc2265309cc3b298a0aea542b85e9261987d47a5a4396d865ec7e4cc13a9d05814 devhelp-3.34.0.tar.xz"