Author: Shivam Mathur (shivammathur) Date: 2024-06-24T17:53:33+05:30 Commit: https://github.com/php/web-downloads/commit/a989366e68b84fa68de0f361cda0ada1ab4c5f96 Raw diff: https://github.com/php/web-downloads/commit/a989366e68b84fa68de0f361cda0ada1ab4c5f96.diff
init Changed paths: A LICENSE A README.md A src/pecl.sh A src/php.sh A src/run.php A src/winlibs.sh Diff: diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..516c1d6 --- /dev/null +++ b/LICENSE @@ -0,0 +1,20 @@ +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..a432638 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# Web Downloads + +This project is a collection of scripts to handle downloading builds to the downloads.php.net server + +## License + +[MIT](LICENSE) \ No newline at end of file diff --git a/src/pecl.sh b/src/pecl.sh new file mode 100644 index 0000000..544ce32 --- /dev/null +++ b/src/pecl.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +# Fetch PECL extension builds diff --git a/src/php.sh b/src/php.sh new file mode 100644 index 0000000..cbb8080 --- /dev/null +++ b/src/php.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +# TODO: Fetch PHP builds diff --git a/src/run.php b/src/run.php new file mode 100644 index 0000000..215a1fb --- /dev/null +++ b/src/run.php @@ -0,0 +1,3 @@ +<?php + +// TODO: Implement the run function \ No newline at end of file diff --git a/src/winlibs.sh b/src/winlibs.sh new file mode 100644 index 0000000..609b940 --- /dev/null +++ b/src/winlibs.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +# TODO: Fetch libraries builds