From e658ba45c7fc2f00fd86422ff83a45327fd86174 Mon Sep 17 00:00:00 2001 From: Lorenzo Cogotti Date: Tue, 16 Aug 2022 00:05:59 +0200 Subject: [PATCH] =?UTF-8?q?[df-utils]=20Remove=20rockspec,=20unnecessary?= =?UTF-8?q?=20for=20L=C3=96VE-specific=20library.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- df-utils-scm-1.rockspec | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 df-utils-scm-1.rockspec diff --git a/df-utils-scm-1.rockspec b/df-utils-scm-1.rockspec deleted file mode 100644 index 28c2f00..0000000 --- a/df-utils-scm-1.rockspec +++ /dev/null @@ -1,28 +0,0 @@ -rockspec_format = "3.0" -package = "df-utils" -version = "scm-1" -source = { - url = "git+https://git.doublefourteen.io/lua/df-utils.git" -} -description = { - summary = "The DoubleFourteen LÖVE Utility Library", - homepage = "https://git.doublefourteen.io/lua/df-utils", - maintainer = "The DoubleFourteen Code Forge ", - license = "zlib", - labels = { "math", "physics", "algorithms", "love", "game" } -} -dependencies = { - "lua >= 5.2" -} -test_dependencies = { - "busted" -} -build = { - type = "builtin", - modules = { - ["df-utils"] = "init.lua" - } -} -test = { - type = "busted" -}