add edant/watcher, to make spc-packages easier

This commit is contained in:
DubbleClick
2025-06-13 22:51:35 +07:00
parent b265d6dd56
commit 962de5b25f
6 changed files with 82 additions and 0 deletions

View File

@@ -854,5 +854,14 @@
"zstd.h",
"zstd_errors.h"
]
},
"watcher": {
"source": "watcher",
"static-libs-unix": [
"libwatcher-c.a"
],
"headers": [
"wtr/watcher-c.h"
]
}
}

View File

@@ -1070,5 +1070,14 @@
"type": "file",
"path": "LICENSE"
}
},
"watcher": {
"type": "ghtar",
"repo": "e-dant/watcher",
"prefer-stable": true,
"license": {
"type": "file",
"path": "license"
}
}
}