Backport tools

This commit is contained in:
cytopia
2022-12-08 12:34:36 +01:00
parent 5b41a9b2f7
commit 308f435a7b
31 changed files with 1152 additions and 29 deletions

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

@@ -0,0 +1,8 @@
# gulp
gulp is a toolkit that helps you automate painful or time-consuming tasks in your development workflow.
| Platform | Url |
|----------|------------------------------------------------------------------|
| NPM | https://www.npmjs.com/package/gulp |
| GitHub | https://github.com/gulpjs/gulp |

View File

@@ -0,0 +1,13 @@
---
check: gulp --version | grep -E '[0-9][.0-9]+' || (gulp --version; false)
all:
type: npm
package: gulp
binary: gulp
version:
build_dep: []
run_dep: []
pre:
post:

View File

@@ -0,0 +1,11 @@
---
# The name of the module
name: gulp
# 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: []