mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-14 04:51:15 +00:00
Backport more tools
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
|
||||
check: laravel --version | grep version | grep -E '[0-9]\.[0-9]+' || (laravel --version; false)
|
||||
check: laravel --version | grep ^Laravel | grep -E '[0-9]\.[0-9]+' || (laravel --version; false)
|
||||
|
||||
all:
|
||||
type: composer
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
check: |
|
||||
echo test > test.txt \
|
||||
&& mutool create -o test.pdf test.txt \
|
||||
&& file test.pdf | gre 'PDF document' \
|
||||
&& file test.pdf | grep 'PDF document' \
|
||||
&& rm test.txt \
|
||||
&& rm test.pdf \
|
||||
|
||||
|
||||
7
php_tools/vim/README.md
Normal file
7
php_tools/vim/README.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# Vim
|
||||
|
||||
Vim is a highly configurable text editor built to make creating and changing any kind of text very efficient.
|
||||
|
||||
| Platform | Url |
|
||||
|----------|------------------------------------------------------------------|
|
||||
| Website | https://www.vim.org/ |
|
||||
7
php_tools/vim/install.yml
Normal file
7
php_tools/vim/install.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
|
||||
check: vim --version | grep ^VIM | grep -E '[0-9]\.[0-9]+' || (vim --version; false)
|
||||
|
||||
all:
|
||||
type: apt
|
||||
package: vim
|
||||
11
php_tools/vim/options.yml
Normal file
11
php_tools/vim/options.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
|
||||
# The name of the module
|
||||
name: vim
|
||||
|
||||
# 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