mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/grpc to 1.34.0-2
This commit is contained in:
parent
a72129e0c9
commit
8af770759f
1 changed files with 15 additions and 1 deletions
|
@ -10,7 +10,7 @@ pkgname=('grpc' 'python-grpcio' 'php-grpc' 'grpc-cli')
|
|||
pkgver=1.34.0
|
||||
_gtestver=c9ccac7cb7345901884aabf5d1a786cfa6e2f397
|
||||
_abseilcppver=20200225.2
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="High performance, open source, general RPC framework that puts mobile and HTTP/2 first."
|
||||
arch=('x86_64')
|
||||
url='https://grpc.io'
|
||||
|
@ -83,6 +83,20 @@ build() {
|
|||
|
||||
package_grpc() {
|
||||
depends=('c-ares' 'protobuf' 'openssl' 're2')
|
||||
provides=(
|
||||
'libupb.so'
|
||||
'libgrpcpp_channelz.so'
|
||||
'libgrpc_unsecure.so'
|
||||
'libgrpc_plugin_support.so'
|
||||
'libgrpc.so'
|
||||
'libgrpc++_unsecure.so'
|
||||
'libgrpc++_reflection.so'
|
||||
'libgrpc++_error_details.so'
|
||||
'libgrpc++_alts.so'
|
||||
'libgrpc++.so'
|
||||
'libgpr.so'
|
||||
'libaddress_sorting.so'
|
||||
)
|
||||
|
||||
cd "$srcdir/$pkgbase-$pkgver/build"
|
||||
make DESTDIR="$pkgdir" install
|
||||
|
|
Loading…
Reference in a new issue