mirror of
https://codeberg.org/1414codeforge/moonspeak.git
synced 2025-01-08 16:31:08 +01:00
22 lines
486 B
Plaintext
22 lines
486 B
Plaintext
|
package = "moonspeak"
|
||
|
version = "scm"
|
||
|
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"
|
||
|
}
|
||
|
}
|