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

7
php_tools/svn/README.md Normal file
View File

@@ -0,0 +1,7 @@
# Subversion
https://subversion.apache.org/
| Platform | Url |
|----------|------------------------------------------------------------------|
| Website | https://subversion.apache.org/ |

View 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
View 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: []