summaryrefslogtreecommitdiffstats
path: root/testing/resources/lua_repo/hello-dev-1.rockspec
blob: 82486e08a26935ef59e239da0e4b76269cb34797 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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"}
    },
}