mirror of
https://codeberg.org/1414codeforge/moonspeak.git
synced 2025-06-05 22:09:19 +02:00
[*] Initial commit.
This commit is contained in:
21
moonspeak-scm-1.rockspec
Normal file
21
moonspeak-scm-1.rockspec
Normal file
@@ -0,0 +1,21 @@
|
||||
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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user