Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Nov 23, 2024
1 parent dd5a84c commit c8b063f
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions rockspecs/luarocks-build-xmake-1.4-1.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
package = "luarocks-build-xmake"
version = "1.4-1"
source = {
url = "git+https://github.com/xmake-io/luarocks-build-xmake",
tag = "1.4"
}
description = {
detailed = [[
luarocks-build-xmake is a luarocks build module based on [xmake](https://github.com/xmake-io/xmake).
]],
homepage = "https://github.com/xmake-io/luarocks-build-xmake",
summary = "A luarocks build module based on xmake",
license = "Apache-2.0"
}
dependencies = {
"lua >= 5.1"
}
build = {
type = "builtin",
modules = {
["luarocks.build.xmake"] = "src/xmake.lua"
},
copy_directories = {}
}

0 comments on commit c8b063f

Please sign in to comment.