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,11 @@
config BR2_PACKAGE_LUNIT
bool "lunit"
depends on BR2_PACKAGE_LUA_5_1 || BR2_PACKAGE_LUAJIT
help
A unit testing framework for Lua.
http://www.mroth.net/lunit/
comment "lunit needs a Lua 5.1 interpreter"
depends on !BR2_PACKAGE_LUA_5_1
depends on !BR2_PACKAGE_LUAJIT

View File

@@ -0,0 +1,2 @@
# Locally calculated
sha256 b19854c685337ddcec2fe9c22113d2cd14715d52ccd2676abe2fa49b61a2ec4d lunit-0.5-2.src.rock

View File

@@ -0,0 +1,13 @@
################################################################################
#
# lunit
#
################################################################################
LUNIT_VERSION_UPSTREAM = 0.5
LUNIT_VERSION = $(LUNIT_VERSION_UPSTREAM)-2
LUNIT_SUBDIR = lunit-$(LUNIT_VERSION_UPSTREAM)
LUNIT_LICENSE = MIT
LUNIT_LICENSE_FILES = $(LUNIT_SUBDIR)/LICENSE
$(eval $(luarocks-package))