From 2c6cf6c11e9af6dd612faf6326959c6373dca4bc Mon Sep 17 00:00:00 2001 From: KeqingMoe Date: Fri, 21 Mar 2025 03:02:26 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20packages/s/str/xmake.lua?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/s/str/xmake.lua | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/s/str/xmake.lua b/packages/s/str/xmake.lua index 92a9053..fffa440 100644 --- a/packages/s/str/xmake.lua +++ b/packages/s/str/xmake.lua @@ -1,8 +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) +package("str") + set_description("基于 C++26/23 与模块的现代字符串库 | Modern String Library Built with C++26/23 and Modules") + + add_urls("https://github.com/KeqingMoe/str.git") + + on_install(function(package) + import("package.tools.xmake").install(package, {}) + end)