|
@@ -6,6 +6,7 @@ package("yomm2")
|
|
add_urls("https://github.com/jll63/yomm2/archive/refs/tags/$(version).tar.gz",
|
|
add_urls("https://github.com/jll63/yomm2/archive/refs/tags/$(version).tar.gz",
|
|
"https://github.com/jll63/yomm2.git")
|
|
"https://github.com/jll63/yomm2.git")
|
|
|
|
|
|
|
|
+ add_versions("v1.5.0", "daebc9bc56e3f67f1513c40b4b185cf435d8e16fe9936f3e5ed6fbb337a39030")
|
|
add_versions("v1.4.0", "3f1f3a2b6fa5250405986b6cc4dff82299f866e2c6c2db75c7c3f38ecb91360f")
|
|
add_versions("v1.4.0", "3f1f3a2b6fa5250405986b6cc4dff82299f866e2c6c2db75c7c3f38ecb91360f")
|
|
|
|
|
|
add_deps("cmake", "boost")
|
|
add_deps("cmake", "boost")
|
|
@@ -17,6 +18,8 @@ package("yomm2")
|
|
end)
|
|
end)
|
|
|
|
|
|
on_install("windows", "linux", "macosx", "bsd", "mingw", "cross", function (package)
|
|
on_install("windows", "linux", "macosx", "bsd", "mingw", "cross", function (package)
|
|
|
|
+ io.replace("CMakeLists.txt", "add_subdirectory(docs.in)", "", {plain = true})
|
|
|
|
+
|
|
local configs =
|
|
local configs =
|
|
{
|
|
{
|
|
"-DYOMM2_ENABLE_TESTS=OFF",
|
|
"-DYOMM2_ENABLE_TESTS=OFF",
|