mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-17 22:41:15 +00:00
Backport more toole
This commit is contained in:
8
php_tools/zsh/README.md
Normal file
8
php_tools/zsh/README.md
Normal 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/ |
|
||||
7
php_tools/zsh/install.yml
Normal file
7
php_tools/zsh/install.yml
Normal 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
11
php_tools/zsh/options.yml
Normal 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: []
|
||||
Reference in New Issue
Block a user