Add bash-completion as optional dependency

This commit is contained in:
2025-04-17 10:21:32 +03:00
parent 2777a553d2
commit 53c945b657
+2
View File
@@ -1,10 +1,12 @@
name: bash name: bash
description: The Bourne-Again Shell description: The Bourne-Again Shell
version: 5.2.37 version: 5.2.37
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","readline","readline"] depends: ["glibc","readline","readline"]
optional_depends: ["bash-completion"]
provides: ["sh"] provides: ["sh"]
type: source type: source