Backport more toole

This commit is contained in:
cytopia
2022-12-09 07:36:55 +01:00
parent 820159d95a
commit 36bc9dc099
56 changed files with 2511 additions and 362 deletions

8
php_tools/zsh/README.md Normal file
View File

@@ -0,0 +1,8 @@
# Zsh
Zsh is a shell designed for interactive use, although it is also a powerful scripting language.
| Platform | Url |
|----------|------------------------------------------------------------------|
| GitHub | https://github.com/zsh-users/zsh |
| Website | https://www.zsh.org/ |

View File

@@ -0,0 +1,7 @@
---
check: zsh --version 2>&1 | grep -E '[0-9][.0-9]+' || (zsh --version; false)
all:
type: apt
package: zsh

11
php_tools/zsh/options.yml Normal file
View File

@@ -0,0 +1,11 @@
---
# The name of the module
name: zsh
# Exclude module build/installation for the following PHP versions
exclude: []
# In order for this tool to build/install correctly,
# the following tools must have been installed first.
depends: []