php85-apcu

LOW
maintainer Hazzl 0 votes scanned 2026-09-20 15:33:19.470652
View on AUR
Why flagged

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Triggered rules

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

PKGBUILD

1# Maintainer: Felix Braun <hazzl@falix.de>
2# Contributor: Jeremy Kescher <jeremy@kescher.at>
3
4pkgname=php85-apcu
5pkgver=5.1.28
6pkgrel=1
7arch=('x86_64')
8pkgdesc='A userland caching module for PHP 8.5'
9url='https://pecl.php.net/package/APCu'
10makedepends=("php85")
11license=('PHP')
12source=("https://pecl.php.net/get/apcu-${pkgver}.tgz"
13 "apcu.ini")
14backup=("etc/php85/conf.d/apcu.ini")
15sha256sums=('ca9c1820810a168786f8048a4c3f8c9e3fd941407ad1553259fb2e30b5f057bf'
16 '18b2d904848b185bdc7c0c6a5f7c82ec809e9ed3f137cd6d3420160f4756630f')
17
18prepare() {
19 cd "$srcdir/apcu-$pkgver"
20}
21
22build() {
23 cd "${srcdir}/apcu-${pkgver}"
24 phpize85
25 ./configure --prefix=/usr
26 make
27}
28
29check() {
30 cd "$srcdir/apcu-$pkgver"
31
32 export REPORT_EXIT_STATUS=1
33 export NO_INTERACTION=1
34 export SKIP_ONLINE_TESTS=1
35 export SKIP_SLOW_TESTS=1
36 export TEST_PHPDBG_EXECUTABLE=phpdbg84
37 make test
38}
39
40package() {
41 depends=("php85")
42 cd "${srcdir}/apcu-${pkgver}"
43 make INSTALL_ROOT=${pkgdir} install
44
45 install -D -m644 "$srcdir/apcu.ini" "${pkgdir}/etc/php85/conf.d/apcu.ini"
46 install -D -m644 apc.php "${pkgdir}/usr/share/webapps/${pkgname}/apc.php"
47}
48

Scan history

Scanned at (UTC)SeverityRules
2026-09-20 15:33:19 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion