mirror of
https://github.com/facebook/proxygen.git
synced 2025-08-08 18:02:05 +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
25 lines
395 B
Plaintext
25 lines
395 B
Plaintext
[manifest]
|
|
name = nghttp2
|
|
|
|
[rpms]
|
|
libnghttp2-devel
|
|
libnghttp2
|
|
|
|
[debs]
|
|
libnghttp2-dev
|
|
|
|
[pps]
|
|
libnghttp2
|
|
|
|
[download]
|
|
url = https://github.com/nghttp2/nghttp2/releases/download/v1.47.0/nghttp2-1.47.0.tar.gz
|
|
sha256 = 62f50f0e9fc479e48b34e1526df8dd2e94136de4c426b7680048181606832b7c
|
|
|
|
[build]
|
|
builder = autoconf
|
|
subdir = nghttp2-1.47.0
|
|
|
|
[autoconf.args]
|
|
--enable-lib-only
|
|
--disable-dependency-tracking
|