From ae28608a1f146bc47b73f39a890e833a96dbb5fd Mon Sep 17 00:00:00 2001 From: Lorenzo Cogotti Date: Mon, 15 Aug 2022 23:35:10 +0200 Subject: [PATCH] =?UTF-8?q?[rockspec]=20Remove=20LuaRocks=20support,=20not?= =?UTF-8?q?=20needed=20for=20L=C3=96VE-only=20library.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- moonspeak-scm-1.rockspec | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 moonspeak-scm-1.rockspec diff --git a/moonspeak-scm-1.rockspec b/moonspeak-scm-1.rockspec deleted file mode 100644 index cbca262..0000000 --- a/moonspeak-scm-1.rockspec +++ /dev/null @@ -1,22 +0,0 @@ -package = "moonspeak" -version = "scm-1" -source = { - url = "git+https://git.doublefourteen.io/lua/moonspeak.git" -} -description = { - summary = "LÖVE game localization library.", - detailed = "A library providing common and structured functionality to make a game available across different languages." - homepage = "https://git.doublefourteen.io/lua/moonspeak", - maintainer = "The DoubleFourteen Code Forge ", - license = "zlib" -} -dependencies = { - "lua >= 5.2", - "df-serialize" -} -build = { - type = "builtin", - modules = { - ["moonspeak"] = "init.lua" - } -}