Date: Tuesday, January 4, 2022 @ 17:37:12
  Author: pierre
Revision: 1093015

archrelease: copy trunk to community-staging-x86_64

Added:
  xdebug/repos/community-staging-x86_64/
  xdebug/repos/community-staging-x86_64/PKGBUILD
    (from rev 1093014, xdebug/trunk/PKGBUILD)
  xdebug/repos/community-staging-x86_64/xdebug.ini
    (from rev 1093014, xdebug/trunk/xdebug.ini)

------------+
 PKGBUILD   |   31 +++++++++++++++++++++++++++++++
 xdebug.ini |    5 +++++
 2 files changed, 36 insertions(+)

Copied: xdebug/repos/community-staging-x86_64/PKGBUILD (from rev 1093014, 
xdebug/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-01-04 17:37:12 UTC (rev 1093015)
@@ -0,0 +1,31 @@
+# Maintainer: Sergej Pupykin <[email protected]>
+# Maintainer: Jonathan Wiersma <arch aur at jonw dot org>
+# Contributor: Jonathan Wiersma <arch aur at jonw dot org>
+# Contributor: sracker <[email protected]>
+
+pkgname=xdebug
+pkgver=3.1.2
+pkgrel=2
+pkgdesc="PHP debugging extension"
+arch=('x86_64')
+url="https://www.xdebug.org";
+license=('GPL')
+depends=('php')
+backup=('etc/php/conf.d/xdebug.ini')
+source=("https://xdebug.org/files/$pkgname-${pkgver}.tgz";
+       'xdebug.ini')
+sha256sums=('083f6be1100df79ccbdf049dafc3930bab35f0eb80f9b19ac1ad84fa6779ccf3'
+            '7c66883dc2ade69069ef84e30188b25630748aa9c8b0dd123727c00505421205')
+
+build() {
+  cd "$srcdir"/$pkgname-${pkgver}
+  phpize
+  ./configure --prefix=/usr --enable-xdebug
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-${pkgver}
+  make INSTALL_ROOT="$pkgdir" install
+  install -D -m 644 "$srcdir"/xdebug.ini "$pkgdir"/etc/php/conf.d/xdebug.ini
+}

Copied: xdebug/repos/community-staging-x86_64/xdebug.ini (from rev 1093014, 
xdebug/trunk/xdebug.ini)
===================================================================
--- community-staging-x86_64/xdebug.ini                         (rev 0)
+++ community-staging-x86_64/xdebug.ini 2022-01-04 17:37:12 UTC (rev 1093015)
@@ -0,0 +1,5 @@
+;zend_extension=xdebug.so
+;xdebug.remote_enable=on
+;xdebug.remote_host=127.0.0.1
+;xdebug.remote_port=9000
+;xdebug.remote_handler=dbgp

Reply via email to