Provide 'sh' package

This commit is contained in:
2025-03-12 20:07:50 +02:00
parent c4e27c3f53
commit df12df7185
+2
View File
@@ -1,10 +1,12 @@
name: bash name: bash
description: The Bourne-Again Shell description: The Bourne-Again Shell
version: 5.2.21 version: 5.2.21
revision: 2
url: https://www.gnu.org/software/bash/ url: https://www.gnu.org/software/bash/
license: GPL3-or-later license: GPL3-or-later
architecture: any architecture: any
keep: ["etc/bashrc","etc/profile"] keep: ["etc/bashrc","etc/profile"]
depends: ["glibc","ncurses","readline"] depends: ["glibc","ncurses","readline"]
make_depends: ["bash","binutils","bison","coreutils","diffutils","gawk","gcc","glibc","grep","make","ncurses","patch","readline","sed","texinfo"] make_depends: ["bash","binutils","bison","coreutils","diffutils","gawk","gcc","glibc","grep","make","ncurses","patch","readline","sed","texinfo"]
provides: ["sh"]
type: source type: source