Compare commits

...

2 Commits

Author SHA1 Message Date
7053db117d update README 2025-02-23 10:45:51 +01:00
e8c582a69f update splib version 2025-02-23 10:45:44 +01:00
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
# xmake-repo # xmake-repo
Contains various unofficial packages Contains various unofficial packages
# Test
```sh
xmake l scripts/test.lua --shallow -vD
```

View File

@@ -2,7 +2,7 @@ package("splib")
set_description("The splib package") set_description("The splib package")
add_urls("https://git.ale-pri.com/Persson-dev/Simple-Protocol-Lib.git") add_urls("https://git.ale-pri.com/Persson-dev/Simple-Protocol-Lib.git")
add_versions("v1.0.0", "...") add_versions("v1.0.0", "db0c5f324570bfa071e182537b9a96664770446a")
add_configs("shared", {description = "Build shared library.", default = false, type = "boolean"}) add_configs("shared", {description = "Build shared library.", default = false, type = "boolean"})