From 51cc698322293ef7bba1ce3e75d6d4f06b1e6cc0 Mon Sep 17 00:00:00 2001 From: Zi Xing Date: Mon, 10 Jan 2022 19:26:36 -0500 Subject: [PATCH] Initial Commit --- .gitignore | 1 + .ppm_package | 1 + Makefile | 15 +++++++++++++++ src/vCaptcha/vCaptcha.php | 8 ++++++++ 4 files changed, 25 insertions(+) create mode 100644 .gitignore create mode 100644 .ppm_package create mode 100644 Makefile create mode 100644 src/vCaptcha/vCaptcha.php diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d163863 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +build/ \ No newline at end of file diff --git a/.ppm_package b/.ppm_package new file mode 100644 index 0000000..757e93e --- /dev/null +++ b/.ppm_package @@ -0,0 +1 @@ +src/ProcLib \ No newline at end of file diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..ec89629 --- /dev/null +++ b/Makefile @@ -0,0 +1,15 @@ +clean: + rm -rf build + +update: + ppm --generate-package="src/vCaptcha" + +build: + mkdir build + ppm --no-intro --compile="src/vCaptcha" --directory="build" + +install: + ppm --no-intro --no-prompt --fix-conflict --install="build/net.intellivoid.vcaptcha.ppm" + +install_fast: + ppm --no-intro --no-prompt --skip-dependencies --fix-conflict --install="build/net.intellivoid.vcaptcha.ppm" \ No newline at end of file diff --git a/src/vCaptcha/vCaptcha.php b/src/vCaptcha/vCaptcha.php new file mode 100644 index 0000000..9e52fbb --- /dev/null +++ b/src/vCaptcha/vCaptcha.php @@ -0,0 +1,8 @@ +