From 57d6616d5fef6eb1ca4b2daca0569e86e8d87c6c Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Tue, 7 Jun 2022 14:24:21 +0200 Subject: [PATCH 1/3] build-block for bash added --- Tools/bash/build | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 Tools/bash/build 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}" + From 66ce7b25bf37102b8a9c429cd2180bd30dc05241 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Mon, 4 Jul 2022 15:43:51 +0200 Subject: [PATCH 2/3] bash: built version 5.1.16 --- System/bash/files/variants | 1 + 1 file changed, 1 insertion(+) 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 From 3a40cc843af34bf251638ec2ebe924e50a60bd30 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Mon, 4 Jul 2022 15:44:16 +0200 Subject: [PATCH 3/3] bash: YAML variants file added --- System/bash/files/variants.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 System/bash/files/variants.yaml 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: