aboutsummaryrefslogtreecommitdiffstats
path: root/testing/gjs
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2019-09-23 00:08:15 +0200
committerRasmus Thomsen <oss@cogitri.dev>2019-09-23 00:08:15 +0200
commitb7cdc191c84c05a3a17d9ecb3ef7ffcdafc23726 (patch)
tree1af0a83376d4e64c1868e4d572ce195657e66b07 /testing/gjs
parentbd354d32fed7d06c047b11a194379c3d6ceb8901 (diff)
community/gjs: move from testing
Diffstat (limited to 'testing/gjs')
-rw-r--r--testing/gjs/APKBUILD36
1 files changed, 0 insertions, 36 deletions
diff --git a/testing/gjs/APKBUILD b/testing/gjs/APKBUILD
deleted file mode 100644
index 111a473c8aa..00000000000
--- a/testing/gjs/APKBUILD
+++ /dev/null
@@ -1,36 +0,0 @@
-# Contributor: Rasmus Thomsen <oss@cogitri.dev>
-# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
-pkgname=gjs
-pkgver=1.58.0
-pkgrel=0
-pkgdesc="GNOME javascript library"
-url="https://wiki.gnome.org/Projects/Gjs"
-arch="all !s390x"
-license="MIT LGPL-2.0-or-later"
-makedepends="$depends_dev dbus gobject-introspection-dev mozjs60-dev mozjs60
- gtk+3.0-dev cairo-dev"
-options="!check" # needs DISPLAY
-subpackages="$pkgname-dev"
-source="https://download.gnome.org/sources/gjs/${pkgver%.*}/gjs-$pkgver.tar.xz"
-
-build() {
- ./configure \
- --build=$CBUILD \
- --host=$CHOST \
- --prefix=/usr \
- --sysconfdir=/etc \
- --mandir=/usr/share/man \
- --localstatedir=/var \
- --disable-profiler
- make
-}
-
-check() {
- make check
-}
-
-package() {
- make DESTDIR="$pkgdir" install
-}
-
-sha512sums="5aa7609661687524162ba1be523d83bedfc7c74460cca837333daf0d91c6feea4e0dd870aacb5068a58ea7363541e1ce3808f01e6c71179b25b2a0104e900206 gjs-1.58.0.tar.xz"