Auto-update pegtl to 3.2.8 (#5453)

* Update pegtl to 3.2.8

* enable all platform

---------

Co-authored-by: star9029 <hengxings783@gmail.com>
pull/5492/head
ruki 1 month ago committed by GitHub
parent 97793f8db4
commit 81d00bccab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 6
      packages/p/pegtl/xmake.lua

@ -1,5 +1,4 @@
package("pegtl")
set_kind("library", {headeronly = true})
set_homepage("https://github.com/taocpp/PEGTL")
set_description("Parsing Expression Grammar Template Library")
@ -7,12 +6,15 @@ package("pegtl")
add_urls("https://github.com/taocpp/PEGTL/archive/refs/tags/$(version).tar.gz",
"https://github.com/taocpp/PEGTL.git")
add_versions("3.2.8", "319e8238daebc3a163f60c88c78922a8012772076fdd64a8dafaf5619cd64773")
add_versions("3.2.7", "d6cd113d8bd14e98bcbe7b7f8fc1e1e33448dc359e8cd4cca30e034ec2f0642d")
add_versions("3.2.2", "c6616275e78c618c016b79054eed0a0bdf4c1934f830d3ab33d3c3dac7320b03")
add_versions("3.2.5", "4ecefe4151b14684a944dde57e68c98e00224e5fea055c263e1bfbed24a99827")
add_deps("cmake")
on_install("windows", "macosx", "linux", "mingw", function (package)
on_install(function (package)
import("package.tools.cmake").install(package, {"-DPEGTL_BUILD_TESTS=OFF", "-DPEGTL_BUILD_EXAMPLES=OFF"})
end)

Loading…
Cancel
Save