this repo has no description

conf-bash: also support Alpine for conf-bash

Changed files
+1
packages
conf-bash
conf-bash.1
+1
packages/conf-bash/conf-bash.1/opam
···
build: ["bash" "--version"]
depexts: [
["bash"] {os-family = "bsd"}
+
["bash"] {os-distribution = "alpine"}
]
synopsis: "Virtual package to install the Bash shell"
description: "This package will install a system bash"