|
|
|
|
@ -22,9 +22,9 @@
|
|
|
|
|
## |
|
|
|
|
|
|
|
|
|
# package version |
|
|
|
|
%define V_lua 5.4 |
|
|
|
|
%define V_lfs_opkg 1.8.0 |
|
|
|
|
%define V_lfs_dist 1_8_0 |
|
|
|
|
%define V_lua 5.5 |
|
|
|
|
%define V_lfs_opkg 1.9.0 |
|
|
|
|
%define V_lfs_dist 1_9_0 |
|
|
|
|
|
|
|
|
|
# package information |
|
|
|
|
Name: lua-lfs |
|
|
|
|
@ -37,7 +37,7 @@ Class: EVAL
|
|
|
|
|
Group: Language |
|
|
|
|
License: MIT |
|
|
|
|
Version: %{V_lfs_opkg} |
|
|
|
|
Release: 20211227 |
|
|
|
|
Release: 20251229 |
|
|
|
|
|
|
|
|
|
# list of sources |
|
|
|
|
Source0: https://github.com/keplerproject/luafilesystem/archive/refs/tags/v%{V_lfs_dist}.tar.gz |
|
|
|
|
@ -48,15 +48,9 @@ BuildPreReq: OpenPKG, openpkg >= 20160101
|
|
|
|
|
PreReq: OpenPKG, openpkg >= 20160101, lua |
|
|
|
|
|
|
|
|
|
%description |
|
|
|
|
Luacheck is a static analyzer and a linter for Lua. Luacheck detects |
|
|
|
|
various issues such as usage of undefined global variables, unused |
|
|
|
|
variables and values, accessing uninitialized variables, unreachable |
|
|
|
|
code and more. Most aspects of checking are configurable: there are |
|
|
|
|
options for defining custom project-related globals, for selecting |
|
|
|
|
set of standard globals (version of Lua standard library), for |
|
|
|
|
filtering warnings by type and name of related variable, etc. The |
|
|
|
|
options can be used on the command line, put into a config or |
|
|
|
|
directly into checked files as Lua comments. |
|
|
|
|
LuaFileSystem is a Lua library developed to complement the set |
|
|
|
|
of functions related to file systems offered by the standard Lua |
|
|
|
|
distribution. |
|
|
|
|
|
|
|
|
|
%track |
|
|
|
|
prog lua-lfs = { |
|
|
|
|
|