Add rockspec
This commit is contained in:
parent
706a92a9a6
commit
a7a1ee78c0
1 changed files with 18 additions and 0 deletions
18
lua-server/pond-dev-1.rockspec
Normal file
18
lua-server/pond-dev-1.rockspec
Normal file
|
|
@ -0,0 +1,18 @@
|
||||||
|
package = "pond"
|
||||||
|
version = "dev-1"
|
||||||
|
source = {
|
||||||
|
url = "https://git.arnes.space/compost.party/pond.git"
|
||||||
|
}
|
||||||
|
description = {
|
||||||
|
homepage = "https://pond.compost.party",
|
||||||
|
license = "AGPL"
|
||||||
|
}
|
||||||
|
dependencies = {
|
||||||
|
"http"
|
||||||
|
}
|
||||||
|
build = {
|
||||||
|
type = "builtin",
|
||||||
|
modules = {
|
||||||
|
json = "json.lua"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue