diff --git a/.gitignore b/.gitignore index 76c20ff..d884891 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,7 @@ target node_modules build .venv +.luarocks +luarocks +lua +lua_modules diff --git a/minis-dev-1.rockspec b/minis-dev-1.rockspec new file mode 100644 index 0000000..48c9eb2 --- /dev/null +++ b/minis-dev-1.rockspec @@ -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 = {} +}