From 561cec3a9210433ab1aa5e979033bde40bd2e12d Mon Sep 17 00:00:00 2001 From: KeqingMoe Date: Fri, 21 Mar 2025 02:53:34 +0000 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=96=87=E4=BB=B6=E8=87=B3?= =?UTF-8?q?=20packages/s/str?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/s/str/xmake.lua | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 packages/s/str/xmake.lua diff --git a/packages/s/str/xmake.lua b/packages/s/str/xmake.lua new file mode 100644 index 0000000..92a9053 --- /dev/null +++ b/packages/s/str/xmake.lua @@ -0,0 +1,8 @@ +package("str") + set_description("基于 C++26/23 与模块的现代字符串库 | Modern String Library Built with C++26/23 and Modules") + + add_urls("https://github.com/myrepo/foo.git") + + on_install(function(package) + import("package.tools.xmake").install(package, {}) + end)