1
0
Fork 0
pre-commit/testing/resources/lua_repo/hello-dev-1.rockspec
Daniel Baumann 66bc55f7a7
Merging upstream version 2.17.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-09 21:32:33 +01:00

15 lines
260 B
Lua

package = "hello"
version = "dev-1"
source = {
url = "git+ssh://git@github.com/pre-commit/pre-commit.git"
}
description = {}
dependencies = {}
build = {
type = "builtin",
modules = {},
install = {
bin = {"bin/hello-world-lua"}
},
}