Move all to deprecated folder.
This commit is contained in:
11
deprecated/firmware/buildroot/package/lunit/Config.in
Normal file
11
deprecated/firmware/buildroot/package/lunit/Config.in
Normal 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
|
||||
2
deprecated/firmware/buildroot/package/lunit/lunit.hash
Normal file
2
deprecated/firmware/buildroot/package/lunit/lunit.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 b19854c685337ddcec2fe9c22113d2cd14715d52ccd2676abe2fa49b61a2ec4d lunit-0.5-2.src.rock
|
||||
13
deprecated/firmware/buildroot/package/lunit/lunit.mk
Normal file
13
deprecated/firmware/buildroot/package/lunit/lunit.mk
Normal 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))
|
||||
Reference in New Issue
Block a user