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
26 lines
323 B
Plaintext
26 lines
323 B
Plaintext
[manifest]
|
|
name = automake
|
|
|
|
[homebrew]
|
|
automake
|
|
|
|
[debs]
|
|
automake
|
|
|
|
[rpms]
|
|
automake
|
|
|
|
[pps]
|
|
automake
|
|
|
|
[download]
|
|
url = http://ftp.gnu.org/gnu/automake/automake-1.16.1.tar.gz
|
|
sha256 = 608a97523f97db32f1f5d5615c98ca69326ced2054c9f82e65bade7fc4c9dea8
|
|
|
|
[build]
|
|
builder = autoconf
|
|
subdir = automake-1.16.1
|
|
|
|
[dependencies]
|
|
autoconf
|