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
40 lines
986 B
Plaintext
40 lines
986 B
Plaintext
[manifest]
|
|
name = libsodium
|
|
|
|
[debs]
|
|
libsodium-dev
|
|
|
|
[homebrew]
|
|
libsodium
|
|
|
|
[rpms]
|
|
libsodium-devel
|
|
libsodium-static
|
|
|
|
[pps]
|
|
libsodium
|
|
|
|
[download.not(os=windows)]
|
|
url = https://github.com/jedisct1/libsodium/releases/download/1.0.20-RELEASE/libsodium-1.0.20.tar.gz
|
|
sha256 = ebb65ef6ca439333c2bb41a0c1990587288da07f6c7fd07cb3a18cc18d30ce19
|
|
|
|
[build.not(os=windows)]
|
|
builder = autoconf
|
|
subdir = libsodium-1.0.20
|
|
|
|
[download.os=windows]
|
|
url = https://github.com/jedisct1/libsodium/releases/download/1.0.20-RELEASE/libsodium-1.0.20-msvc.zip
|
|
sha256 = 2ff97f9e3f5b341bdc808e698057bea1ae454f99e29ff6f9b62e14d0eb1b1baa
|
|
|
|
[build.os=windows]
|
|
builder = nop
|
|
|
|
[install.files.os=windows]
|
|
libsodium/x64/Release/v143/dynamic/libsodium.dll = bin/libsodium.dll
|
|
libsodium/x64/Release/v143/dynamic/libsodium.lib = lib/libsodium.lib
|
|
libsodium/x64/Release/v143/dynamic/libsodium.exp = lib/libsodium.exp
|
|
libsodium/x64/Release/v143/dynamic/libsodium.pdb = lib/libsodium.pdb
|
|
libsodium/include = include
|
|
|
|
[autoconf.args]
|