sapling/build/fbcode_builder/manifests/gnu-bash

21 lines
651 B
Plaintext
Raw Normal View History

[manifest]
name = gnu-bash
[download.os=darwin]
url = https://ftp.gnu.org/gnu/bash/bash-5.1-rc1.tar.gz
sha256 = 0b2684eb1990329d499c96decfe2459f3e150deb915b0a9d03cf1be692b1d6d3
[build.os=darwin]
# The buildin FreeBSD bash on OSX is both outdated and incompatible with the
# modern GNU bash, so for the sake of being cross-platform friendly this
# manifest provides GNU bash.
# NOTE: This is the 5.1-rc1 version, which is almost the same as what Homebrew
# uses (Homebrew installs 5.0 with the 18 patches that in fact make the 5.1-rc1
# version).
builder = autoconf
subdir = bash-5.1-rc1
build_in_src_dir = true
[build.not(os=darwin)]
builder = nop