Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
005d9b1b
Commit
005d9b1b
authored
1 year ago
by
Andy Postnikov
Browse files
Options
Downloads
Patches
Plain Diff
testing/php83-pecl-eio: new aport
parent
0a7091ce
No related branches found
No related tags found
1 merge request
!61571
testing/php83-pecl-eio: new aport
Pipeline
#216664
passed
1 year ago
Stage: verify
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/php83-pecl-eio/APKBUILD
+43
-0
43 additions, 0 deletions
testing/php83-pecl-eio/APKBUILD
with
43 additions
and
0 deletions
testing/php83-pecl-eio/APKBUILD
0 → 100644
+
43
−
0
View file @
005d9b1b
# Maintainer: Andy Postnikov <apostnikov@gmail.com>
pkgname
=
php83-pecl-eio
_extname
=
eio
pkgver
=
3.1.3
pkgrel
=
0
pkgdesc
=
"Interface to the libeio library PHP 8.3 - PECL"
url
=
"https://pecl.php.net/package/eio"
arch
=
"all"
license
=
"Apache-2.0"
_phpv
=
83
_php
=
php
$_phpv
depends
=
"
$_php
-pcntl
$_php
-posix
$_php
-sockets"
makedepends
=
"
$_php
-dev"
source
=
"php-pecl-
$_extname
-
$pkgver
.tar.gz::https://pecl.php.net/get/
$_extname
-
$pkgver
.tgz"
builddir
=
"
$srcdir
"
/
$_extname
-
$pkgver
build
()
{
phpize
$_phpv
./configure
--prefix
=
/usr
--with-php-config
=
/usr/bin/php-config
$_phpv
make
}
check
()
{
$_php
-d
extension
=
modules/
$_extname
.so
--ri
$_extname
local
_modules
=
"/usr/lib/
$_php
/modules"
make
NO_INTERACTION
=
1
REPORT_EXIT_STATUS
=
1
test
\
PHP_TEST_SHARED_EXTENSIONS
=
"
\
-d extension=
$_modules
/pcntl.so
\
-d extension=
$_modules
/posix.so
\
-d extension=
$_modules
/sockets.so
\
-d extension=modules/
$_extname
.so"
TESTS
=
--show-diff
}
package
()
{
make
INSTALL_ROOT
=
"
$pkgdir
"
install
local
_confdir
=
"
$pkgdir
"
/etc/
$_php
/conf.d
install
-d
$_confdir
echo
"extension=
$_extname
"
>
$_confdir
/
$_extname
.ini
}
sha512sums
=
"
ce81a5b60f6374d291c2d09106d8a51192b21d7d122c3b93777eefd0f8e34c0929b5f3c0e25670f1c478970f6a5e14acb92d14fcb6a4914fdef91a40e273622e php-pecl-eio-3.1.3.tar.gz
"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment