mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-13 20:41:15 +00:00
Backport more toole
This commit is contained in:
7
php_tools/svn/README.md
Normal file
7
php_tools/svn/README.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# Subversion
|
||||
|
||||
https://subversion.apache.org/
|
||||
|
||||
| Platform | Url |
|
||||
|----------|------------------------------------------------------------------|
|
||||
| Website | https://subversion.apache.org/ |
|
||||
7
php_tools/svn/install.yml
Normal file
7
php_tools/svn/install.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
|
||||
check: svn --version | grep version | grep -E '[0-9]+\.[0-9]+' || (svn --version; false)
|
||||
|
||||
all:
|
||||
type: apt
|
||||
package: subversion
|
||||
11
php_tools/svn/options.yml
Normal file
11
php_tools/svn/options.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
|
||||
# The name of the module
|
||||
name: svn
|
||||
|
||||
# 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