mirror of
https://github.com/ivabus/pantry
synced 2024-11-26 10:25:05 +03:00
apache.org/thrift (#1835)
* new file: projects/apache.org/thrift/package.yml * modified: projects/apache.org/thrift/package.yml
This commit is contained in:
parent
e63148f269
commit
e8ec41c2a1
1 changed files with 64 additions and 0 deletions
64
projects/apache.org/thrift/package.yml
Normal file
64
projects/apache.org/thrift/package.yml
Normal file
|
@ -0,0 +1,64 @@
|
|||
distributable:
|
||||
url: https://dlcdn.apache.org/thrift/{{version}}/thrift-{{version}}.tar.gz
|
||||
strip-components: 1
|
||||
|
||||
versions:
|
||||
github: apache/thrift
|
||||
|
||||
dependencies:
|
||||
openssl.org: '1.1'
|
||||
zlib.net: '*'
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
tea.xyz/gx/cc: c99
|
||||
tea.xyz/gx/make: '*'
|
||||
gnu.org/automake: '*'
|
||||
gnu.org/autoconf: '*'
|
||||
gnu.org/libtool: '*'
|
||||
freedesktop.org/pkg-config: '*'
|
||||
gnu.org/bison: '*'
|
||||
boost.org: '*'
|
||||
|
||||
script: |
|
||||
./bootstrap.sh
|
||||
./configure $ARGS
|
||||
make --jobs {{ hw.concurrency }} install
|
||||
|
||||
env:
|
||||
ARGS:
|
||||
- --prefix={{prefix}}
|
||||
- --disable-debug
|
||||
- --disable-tests
|
||||
- --prefix={{prefix}}
|
||||
- --libdir={{prefix}}/lib
|
||||
- --with-openssl={{deps.openssl.org.prefix}}
|
||||
- --with-boost={{deps.boost.org.prefix}}
|
||||
- --without-java
|
||||
- --without-kotlin
|
||||
- --without-python
|
||||
- --without-py3
|
||||
- --without-ruby
|
||||
- --without-haxe
|
||||
- --without-netstd
|
||||
- --without-perl
|
||||
- --without-php
|
||||
- --without-php_extension
|
||||
- --without-dart
|
||||
- --without-erlang
|
||||
- --without-go
|
||||
- --without-d
|
||||
- --without-nodejs
|
||||
- --without-nodets
|
||||
- --without-lua
|
||||
- --without-rs
|
||||
- --without-swift
|
||||
PY_PREFIX: "{{prefix}}"
|
||||
PHP_PREFIX: "{{prefix}}"
|
||||
|
||||
provides:
|
||||
- bin/thrift
|
||||
|
||||
test:
|
||||
script:
|
||||
thrift --version | grep {{version}}
|
Loading…
Reference in a new issue