Date: Monday, December 19, 2022 @ 05:21:54
  Author: pierre
Revision: 1361452

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: xdebug/repos/community-staging-x86_64/PKGBUILD (from rev 1361451, 
xdebug/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-12-19 05:21:54 UTC (rev 1361452)
@@ -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.2.0
+pkgrel=1
+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=('7769b20eecdadf5fbe9f582512c10b394fb575b6f7a8c3a3a82db6883e0032b7'
+            '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 1361451, 
xdebug/trunk/xdebug.ini)
===================================================================
--- community-staging-x86_64/xdebug.ini                         (rev 0)
+++ community-staging-x86_64/xdebug.ini 2022-12-19 05:21:54 UTC (rev 1361452)
@@ -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