start writing instructions (not complete yet)
This commit is contained in:
25
porom-dev-1.rockspec
Normal file
25
porom-dev-1.rockspec
Normal file
@ -0,0 +1,25 @@
|
||||
package = "porom"
|
||||
version = "dev-1"
|
||||
|
||||
source = {
|
||||
url = "ssh://gitea@git.poto.cafe:222/yagich/porom.git"
|
||||
}
|
||||
|
||||
description = {
|
||||
summary = "Homegrown forum software",
|
||||
homepage = "",
|
||||
license = "CNPLv7+"
|
||||
}
|
||||
|
||||
dependencies = {
|
||||
"lua ~> 5.1",
|
||||
"lapis == 1.16.0",
|
||||
"lsqlite3",
|
||||
"magick",
|
||||
"bcrypt",
|
||||
"luaossl",
|
||||
}
|
||||
|
||||
build = {
|
||||
type = "none"
|
||||
}
|
Reference in New Issue
Block a user