chore: add luajitPackages.luatext, lua51Packages.luatext, lua52Packages.luatext, lua53Packages.luatext, lua54Packages.luatext

This commit is contained in:
Jakob Beckmann 2024-05-04 14:31:59 +02:00
parent 714b1db7b5
commit 9ae49e368a
No known key found for this signature in database
GPG Key ID: 96A8BA6EC8712183
2 changed files with 25 additions and 0 deletions

View File

@ -85,6 +85,7 @@ luasocket,,,,,,
luasql-sqlite3,,,,,,vyp
luassert,,,,,,
luasystem,,,,,,
luatext,https://github.com/f4z3r/luatext,,,,,
luaunbound,,,,,,
luaunit,,,,,,lockejan
luautf8,,,,,,pstn

1 name rockspec ref server version luaversion maintainers
85 luasql-sqlite3 vyp
86 luassert
87 luasystem
88 luatext https://github.com/f4z3r/luatext
89 luaunbound
90 luaunit lockejan
91 luautf8 pstn

View File

@ -2108,6 +2108,30 @@ buildLuarocksPackage {
};
}) {};
luatext = callPackage({ buildLuarocksPackage, fetchFromGitHub, fetchurl, luaOlder }:
buildLuarocksPackage {
pname = "luatext";
version = "1.2.1-0";
knownRockspec = (fetchurl {
url = "mirror://luarocks/luatext-1.2.1-0.rockspec";
sha256 = "12ia4ibihd537mjmvdasnwgkinaygqwk03bsj3s0qrfhy6yz84ka";
}).outPath;
src = fetchFromGitHub {
owner = "f4z3r";
repo = "luatext";
rev = "v1.2.1";
hash = "sha256-StxCmjSSy3ok0hNkKTQyq4yS1LfX980R5pULCUjLPek=";
};
disabled = luaOlder "5.1";
meta = {
homepage = "https://github.com/f4z3r/luatext/tree/main";
description = "A small library to print colored text";
license.fullName = "MIT";
};
}) {};
luaunbound = callPackage({ buildLuarocksPackage, fetchurl, luaAtLeast, luaOlder }:
buildLuarocksPackage {
pname = "luaunbound";