We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c91787a commit 86a4457Copy full SHA for 86a4457
packages/c/cmdline/xmake.lua
@@ -5,10 +5,13 @@ package("cmdline")
5
set_license("Apache-2.0")
6
7
add_urls(
8
- "https://github.com/mcpplibs/cmdline/archive/refs/tags/$(version).tar.gz",
9
- "https://github.com/mcpplibs/cmdline.git"
+ "https://github.com/mcpplibs/cmdline/archive/refs/tags/v$(version).tar.gz",
+ "https://github.com/mcpplibs/cmdline.git v$(version)"
10
)
11
12
+ add_versions("0.0.2", "4f3e2b8dc4d9f11bdd9a784a9914e889234ac305e1020282ffa03f506b75d52a")
13
+ add_versions("0.0.1", "d5558cd419c8d46bdc958064cb97f963d1ea793866414c025906ec15033512ed")
14
+
15
on_install(function (package)
16
import("package.tools.xmake").install(package)
17
end)
0 commit comments