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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
quietsy
aports
Commits
dcc744ea
Commit
dcc744ea
authored
3 years ago
by
Andy Postnikov
Browse files
Options
Downloads
Patches
Plain Diff
testing/php81-pecl-protobuf: new aport
parent
cab9faf8
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/php81-pecl-protobuf/APKBUILD
+36
-0
36 additions, 0 deletions
testing/php81-pecl-protobuf/APKBUILD
with
36 additions
and
0 deletions
testing/php81-pecl-protobuf/APKBUILD
0 → 100644
+
36
−
0
View file @
dcc744ea
# Contributor: TBK <alpine@jjtc.eu>
# Maintainer: TBK <alpine@jjtc.eu>
pkgname
=
php81-pecl-protobuf
_extname
=
protobuf
pkgver
=
3.19.3
pkgrel
=
0
pkgdesc
=
"PHP 8.1 extension: Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data - PECL"
url
=
"https://pecl.php.net/package/protobuf"
arch
=
"all"
license
=
"BSD-3-Clause"
depends
=
"php81-common"
makedepends
=
"php81-dev"
source
=
"php-pecl-
$_extname
-
$pkgver
.tgz::https://pecl.php.net/get/
$_extname
-
$pkgver
.tgz"
builddir
=
"
$srcdir
/
$_extname
-
$pkgver
"
build
()
{
phpize81
./configure
--prefix
=
/usr
--with-php-config
=
php-config81
make
}
check
()
{
# Test suite is not a part of pecl release.
php81
-d
extension
=
modules/
$_extname
.so
--ri
$_extname
}
package
()
{
make
INSTALL_ROOT
=
"
$pkgdir
"
install
local
_confdir
=
"
$pkgdir
"
/etc/php81/conf.d
install
-d
$_confdir
echo
"extension=
$_extname
"
>
$_confdir
/
$_extname
.ini
}
sha512sums
=
"
af98ebcd80b8bdff187263517674022f6430808d57e72a7cf2880315254552e82f51b085bc9c4dd7bfc76943d9c1fa04816951fa0711d7cbce6e322727ca8fd1 php-pecl-protobuf-3.19.3.tgz
"
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