Move all to deprecated folder.
This commit is contained in:
14
deprecated/firmware/buildroot/package/ljlinenoise/Config.in
Normal file
14
deprecated/firmware/buildroot/package/ljlinenoise/Config.in
Normal file
@@ -0,0 +1,14 @@
|
||||
config BR2_PACKAGE_LJLINENOISE
|
||||
bool "ljlinenoise"
|
||||
# run-time dependency only
|
||||
select BR2_PACKAGE_LJSYSCALL
|
||||
# ljsyscall is specifically for LuaJIT, not Lua.
|
||||
depends on BR2_PACKAGE_LUAJIT
|
||||
help
|
||||
ljlinenoise is a pure LuaJIT port of linenoise,
|
||||
a small alternative to readline and libedit.
|
||||
|
||||
http://fperrad.github.io/ljlinenoise/
|
||||
|
||||
comment "ljlinenoise needs LuaJIT"
|
||||
depends on !BR2_PACKAGE_LUAJIT
|
||||
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 a5fa2a88d8232bd0f97d3af9aafe780cd855830b42a9ab87c9ae2a5697b044a1 ljlinenoise-0.1.2-1.src.rock
|
||||
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# ljlinenoise
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LJLINENOISE_VERSION_UPSTREAM = 0.1.2
|
||||
LJLINENOISE_VERSION = $(LJLINENOISE_VERSION_UPSTREAM)-1
|
||||
LJLINENOISE_SUBDIR = ljlinenoise-$(LJLINENOISE_VERSION_UPSTREAM)
|
||||
LJLINENOISE_LICENSE = MIT
|
||||
LJLINENOISE_LICENSE_FILES = $(LJLINENOISE_SUBDIR)/COPYRIGHT
|
||||
|
||||
$(eval $(luarocks-package))
|
||||
Reference in New Issue
Block a user