mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
44 lines
1.6 KiB
Text
44 lines
1.6 KiB
Text
pkgbase = protobuf
|
|
pkgdesc = Protocol Buffers - Google's data interchange format
|
|
pkgver = 27.3
|
|
pkgrel = 2
|
|
url = https://developers.google.com/protocol-buffers/
|
|
arch = x86_64
|
|
license = BSD
|
|
checkdepends = python-pytest
|
|
checkdepends = python-numpy
|
|
makedepends = bazel
|
|
makedepends = cmake
|
|
makedepends = gtest
|
|
makedepends = python-build
|
|
makedepends = python-installer
|
|
makedepends = python-setuptools
|
|
makedepends = python-wheel
|
|
makedepends = ruby
|
|
makedepends = ruby-rake
|
|
makedepends = ruby-rake-compiler
|
|
depends = gcc-libs
|
|
depends = glibc
|
|
depends = zlib
|
|
depends = abseil-cpp
|
|
source = https://github.com/protocolbuffers/protobuf/archive/v27.3/protobuf-27.3.tar.gz
|
|
source = https://github.com/protocolbuffers/protobuf/commit/2e62ef1e.patch
|
|
source = protobuf-25.3-ruby-disable-LTO.patch
|
|
sha512sums = a3a555f17a069dd4aa0d683d3126915077fe4211ae6532a4947fb76a9eeb1ed7d25d29ada8dc372435a08aad1aa14374d88e92ac7c195510f57609efaf9d341d
|
|
sha512sums = f42d9bd702abe2c7fc4dcb07d050376287ac60b0b7e2fde0d7a9e9df24a620866bee5fd7de2e3b216095376de47e1fe7443cca74c9a9e85c1a0bc42e8973a280
|
|
sha512sums = 1ebdea4e533ee0f71baf1b3fe2623ca723b36a08c6b97475ea5996b10aeb6873cf94d9120596ddd1216bd2f6feb991f8c33078e8104008a5078ace5be5431efd
|
|
|
|
pkgname = protobuf
|
|
provides = libprotoc.so
|
|
provides = libprotobuf.so
|
|
provides = libprotobuf-lite.so
|
|
replaces = protobuf-cpp
|
|
|
|
pkgname = python-protobuf
|
|
pkgdesc = Python 3 bindings for Google Protocol Buffers
|
|
depends = protobuf=27.3
|
|
depends = python
|
|
|
|
pkgname = ruby-google-protobuf
|
|
pkgdesc = Ruby bindings for Google Protocol Buffers
|
|
depends = ruby
|