Skip to content

Commit

Permalink
srell: update 4.063 (#6272)
Browse files Browse the repository at this point in the history
* srell: update 4.063

* srell: update description
  • Loading branch information
Chi-EEE authored Feb 3, 2025
1 parent bf0ee23 commit 2efb8ec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/s/srell/xmake.lua
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
package("srell")
set_kind("library", {headeronly = true})
set_homepage("https://akenotsuki.com/misc/srell")
set_description("Unicode-aware regular expression template library for C++")
set_description("SRELL (std::regex-like library) is a Unicode-aware regular expression template library for C++.")
set_license("BSD-2-Clause")

add_urls("https://akenotsuki.com/misc/srell/srell$(version).zip", {version = function(version)
return version:gsub("%.", "_")
end})
add_versions("4.063", "15aa0e193bace7677f1a4a7fe75071b1a95b64d45cd67ea2a23d0a48ce5911ff")
add_versions("4.019", "b4281825c529c7f63b61917782b33066a93cd40b55efbcac13c1ef615cd29835")
add_versions("3.018", "0cb7587b3613085204ed847259cb46a54f7328aef90a0ce85a1eaa895a755ccf")

on_install(function(package)
os.cp("*.hpp", package:installdir("include"))
os.cp("single-header/srell.hpp", package:installdir("include"))
end)

on_test(function(package)
Expand Down

0 comments on commit 2efb8ec

Please sign in to comment.