mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
45 lines
1.5 KiB
Text
45 lines
1.5 KiB
Text
pkgbase = protobuf
|
|
pkgdesc = Protocol Buffers - Google's data interchange format
|
|
pkgver = 28.0
|
|
pkgrel = 2
|
|
url = https://developers.google.com/protocol-buffers/
|
|
arch = x86_64
|
|
license = BSD-3-Clause
|
|
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
|
|
options = !lto
|
|
source = https://github.com/protocolbuffers/protobuf/archive/v28.0/protobuf-28.0.tar.gz
|
|
source = protobuf-fix-build-type-none.patch
|
|
source = protobuf-25.3-ruby-disable-LTO.patch
|
|
sha512sums = 8745f625ac781f3bbefe9494cbf570143d38aecc1521edef7a52ffb403b8be24df2c71f4f2410b5a5b78a0f3e8a38a7d19be2cf916b1b9125349d2da18262cd1
|
|
sha512sums = 18bc71031bbcbc3810a9985fa670465040f06a6c104ab8079b56bdfc499bb6cec40805a0cefd455031142490a576dc60aa8000523877ac0353b93558e9beabbd
|
|
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=28.0
|
|
depends = python
|
|
|
|
pkgname = ruby-google-protobuf
|
|
pkgdesc = Ruby bindings for Google Protocol Buffers
|
|
depends = ruby
|