Add lua rocks
This commit is contained in:
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