Move all to deprecated folder.

This commit is contained in:
2016-11-16 21:57:57 +01:00
parent 01738a7684
commit 05de7d6c04
9777 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
config BR2_PACKAGE_LUA_TESTMORE
bool "lua-testmore"
help
an Unit Testing Framework.
http://fperrad.github.io/lua-TestMore/

View File

@@ -0,0 +1,2 @@
# Locally calculated
sha256 a76a9b707487bf3e8b6a5362640bc2e010d184c4f66e423de7b28bd480a0db90 lua-testmore-0.3.2-1.src.rock

View File

@@ -0,0 +1,13 @@
################################################################################
#
# lua-testmore
#
################################################################################
LUA_TESTMORE_VERSION_UPSTREAM = 0.3.2
LUA_TESTMORE_VERSION = $(LUA_TESTMORE_VERSION_UPSTREAM)-1
LUA_TESTMORE_SUBDIR = lua-TestMore-$(LUA_TESTMORE_VERSION_UPSTREAM)
LUA_TESTMORE_LICENSE = MIT
LUA_TESTMORE_LICENSE_FILES = $(LUA_TESTMORE_SUBDIR)/COPYRIGHT
$(eval $(luarocks-package))