diff --git a/System/bash/files/variants b/System/bash/files/variants index 2d79ea0..c0cbea0 100644 --- a/System/bash/files/variants +++ b/System/bash/files/variants @@ -1 +1,2 @@ bash/5.1 stable +bash/5.1.16 stable diff --git a/System/bash/files/variants.yaml b/System/bash/files/variants.yaml new file mode 100644 index 0000000..907090b --- /dev/null +++ b/System/bash/files/variants.yaml @@ -0,0 +1,4 @@ +overlay: base +relstage: stable +bash/5.1: +bash/5.1.16: diff --git a/Tools/bash/build b/Tools/bash/build new file mode 100755 index 0000000..ff8489f --- /dev/null +++ b/Tools/bash/build @@ -0,0 +1,5 @@ +#!/usr/bin/env modbuild + +pbuild::set_download_url "https://ftp.gnu.org/gnu/$P/$P-$V.tar.gz" +pbuild::add_configure_args "--bindir=${PREFIX}/${UTILBIN_DIR}" +