From 92696ce24293bbf8fa2eef266612e13edc15fa00 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Tue, 19 Mar 2024 16:39:08 +0100 Subject: [PATCH] bash: YAML config and build script added --- System/bash/build-xml | 2 ++ System/bash/files/config.yaml | 19 +++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100755 System/bash/build-xml create mode 100644 System/bash/files/config.yaml diff --git a/System/bash/build-xml b/System/bash/build-xml new file mode 100755 index 0000000..6e021f3 --- /dev/null +++ b/System/bash/build-xml @@ -0,0 +1,2 @@ +#!/usr/bin/env modbuild + diff --git a/System/bash/files/config.yaml b/System/bash/files/config.yaml new file mode 100644 index 0000000..b1ff680 --- /dev/null +++ b/System/bash/files/config.yaml @@ -0,0 +1,19 @@ +format: 1 +bash: + defaults: + relstage: stable + group: System + overlay: base + urls: + - url: https://ftp.gnu.org/gnu/$P/$P-$V.tar.gz + + shasums: + bash-4.3.30.tar.gz: 317881019bbf2262fb814b7dd8e40632d13c3608d2f237800a8828fbb8a640dd + bash-5.1.tar.gz: cc012bc860406dcf42f64431bcd3d2fa7560c02915a601aba9cd597a39329baa + bash-5.1.16.tar.gz: 5bac17218d3911834520dad13cd1f85ab944e1c09ae1aba55906be1f8192f558 + bash-5.2.21.tar.gz: c8e31bdc59b69aaffc5b36509905ba3e5cbb12747091d27b4b977f078560d5b8 + versions: + 4.3.30;5.1;5.1.16: + 5.2.21: + config: + relstage: unstable