mirror of https://gitea.it/1414codeforge/moonspeak
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
489 B
Lua
22 lines
489 B
Lua
package = "moonspeak"
|
|
version = "scm-1"
|
|
source = {
|
|
url = "git+https://git.doublefourteen.io/lua/moonspeak.git"
|
|
}
|
|
description = {
|
|
summary = "LÖVE game localization library",
|
|
homepage = "https://git.doublefourteen.io/lua/moonspeak",
|
|
maintainer = "The DoubleFourteen Code Forge <info@doublefourteen.io>",
|
|
license = "zlib"
|
|
}
|
|
dependencies = {
|
|
"lua >= 5.2",
|
|
"df-serialize"
|
|
}
|
|
build = {
|
|
type = "builtin",
|
|
modules = {
|
|
["moonspeak"] = "init.lua"
|
|
}
|
|
}
|