Do not unnecessarily constrain values in verifyPropType()
[hiphop-php.git] / third-party / watchman / src / build / fbcode_builder / manifests / ncurses
blob1bb5e8a45396aac27232a5c3843d3fec9cbe221b
1 [manifest]
2 name = ncurses
4 [debs]
5 libncurses-dev
7 [homebrew]
8 ncurses
10 [rpms]
11 ncurses-devel
13 [download]
14 url = https://ftp.gnu.org/pub/gnu/ncurses/ncurses-6.3.tar.gz
15 sha256 = 97fc51ac2b085d4cde31ef4d2c3122c21abc217e9090a43a30fc5ec21684e059
17 [build.not(os=windows)]
18 builder = autoconf
19 subdir = ncurses-6.3
21 [autoconf.args]
22 --without-cxx-binding
23 --without-ada
25 [autoconf.args.os=linux]
26 --enable-shared
27 --with-shared
29 [build.os=windows]
30 builder = nop