Working prototype of an auto builder that watches for changes and runs the build after getting the git status. It's missing the necessary next step of matching up changes to git files, but it does the most of the build already.

This commit is contained in:
Zed A. Shaw 2024-05-07 14:25:15 -04:00
parent 39f89ecbf2
commit 96b1297c62
10 changed files with 254 additions and 7 deletions

12
PPP3/libgit2.wrap Normal file
View file

@ -0,0 +1,12 @@
[wrap-file]
directory = libgit2-1.8.0
source_url = https://github.com/libgit2/libgit2/archive/refs/tags/v1.8.0.tar.gz
source_filename = v1.8.0.tar.gz
source_hash = 9e1d6a880d59026b675456fbb1593c724c68d73c34c0d214d6eb848e9bbd8ae4
wrapdb_version = 2.4.1-3
# patch_filename =
# patch_hash =
[provide]
libgit2 = libgit2_dep