Add lua rocks
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -11,3 +11,7 @@ target
|
|||||||
node_modules
|
node_modules
|
||||||
build
|
build
|
||||||
.venv
|
.venv
|
||||||
|
.luarocks
|
||||||
|
luarocks
|
||||||
|
lua
|
||||||
|
lua_modules
|
||||||
|
|||||||
25
minis-dev-1.rockspec
Normal file
25
minis-dev-1.rockspec
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
package = "minis"
|
||||||
|
version = "dev-1"
|
||||||
|
source = {
|
||||||
|
url = "git+ssh://git@git.ascyii.de/jonas/minis"
|
||||||
|
}
|
||||||
|
description = {
|
||||||
|
detailed = [[
|
||||||
|
This is the home for all kinds of projects in various languages that
|
||||||
|
profit from beeing versionized with `git`.]],
|
||||||
|
homepage = "*** please enter a project homepage ***",
|
||||||
|
license = "*** please specify a license ***"
|
||||||
|
}
|
||||||
|
dependencies = {
|
||||||
|
queries = {}
|
||||||
|
}
|
||||||
|
build_dependencies = {
|
||||||
|
queries = {}
|
||||||
|
}
|
||||||
|
build = {
|
||||||
|
type = "builtin",
|
||||||
|
modules = {}
|
||||||
|
}
|
||||||
|
test_dependencies = {
|
||||||
|
queries = {}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user