revert 更新 packages/a/argparse/xmake.lua
This commit is contained in:
KeqingMoe 2025-06-30 04:42:58 +00:00
parent 115abe56c0
commit 0254fb77ee

View File

@ -1,11 +1,12 @@
package("argparse") package("argparse")
set_kind("library") set_kind("library")
set_homepage("https://github.com/p-ranav/argparse") set_homepage("https://github.com/p-ranav/argparse")
set_description("A single header argument parser for C++17") set_description("A single header argument parser for C++17")
set_license("MIT") set_license("MIT")
add_configs("enable_module", { default = false, type = "boolean" }) add_config("enable_module", { default = false, type = "boolean" })
add_configs("enable_std_import", { default = false, type = "boolean" }) add_config("enable_std_import", { default = false, type = "boolean" })
add_urls(-- "https://github.com/p-ranav/argparse/archive/refs/tags/v$(version).zip", add_urls(-- "https://github.com/p-ranav/argparse/archive/refs/tags/v$(version).zip",
"https://github.com/KeqingMoe/argparse.git") "https://github.com/KeqingMoe/argparse.git")