mirror of
https://github.com/facebook/proxygen.git
synced 2025-08-07 07:02:53 +03:00
Summary: X-link: https://github.com/facebookincubator/zstrong/pull/907 I don't sure that I make all in accordance with the your contribution pipeline, so please correct me If there is needed. So, I've made some changes to support the `pacman` package manager in your `getdeps.py` script. In `manifests` I'm also duplicated some packages from `debs` and `rpms` sections and create a new `pps` sections with according packages for `pacman`. Issue: https://github.com/facebook/folly/issues/1701 X-link: https://github.com/facebook/folly/pull/1702 Reviewed By: yfeldblum Differential Revision: D33514769 Pulled By: Orvid fbshipit-source-id: a081c3a5bcb7f7cdde3a4a91c0d15517c0a171b3
42 lines
881 B
Plaintext
42 lines
881 B
Plaintext
[manifest]
|
|
name = libevent
|
|
|
|
[debs]
|
|
libevent-dev
|
|
|
|
[homebrew]
|
|
libevent
|
|
|
|
[rpms]
|
|
libevent-devel
|
|
|
|
[pps]
|
|
libevent
|
|
|
|
# Note that the CMakeLists.txt file is present only in
|
|
# git repo and not in the release tarball, so take care
|
|
# to use the github generated source tarball rather than
|
|
# the explicitly uploaded source tarball
|
|
[download]
|
|
url = https://github.com/libevent/libevent/releases/download/release-2.1.12-stable/libevent-2.1.12-stable.tar.gz
|
|
sha256 = 92e6de1be9ec176428fd2367677e61ceffc2ee1cb119035037a27d346b0403bb
|
|
|
|
[build]
|
|
builder = cmake
|
|
subdir = libevent-2.1.12-stable
|
|
|
|
[cmake.defines]
|
|
EVENT__DISABLE_TESTS = ON
|
|
EVENT__DISABLE_BENCHMARK = ON
|
|
EVENT__DISABLE_SAMPLES = ON
|
|
EVENT__DISABLE_REGRESS = ON
|
|
|
|
[cmake.defines.shared_libs=on]
|
|
EVENT__BUILD_SHARED_LIBRARIES = ON
|
|
|
|
[cmake.defines.os=windows]
|
|
EVENT__LIBRARY_TYPE = STATIC
|
|
|
|
[dependencies.not(any(os=linux, os=freebsd))]
|
|
openssl
|