colortail: Add recipe

Colortails is like the tail command line utility but with colors.
Add recipe for the latest release 0.3.5:

- Print error messages to stderr
- Fix memory leaks and Valgrind warnings
- Improve detection of file truncation due to log rotation
- Fix ./autogen.sh on macOS
- Avoid emitting excessive color sequences
- Output ansi reset code when the program is interrupted

This work was sponsored by GOVCERT.LU.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Leon Anavi 2025-12-01 14:57:19 +02:00 committed by Khem Raj
parent 846dd7cd5f
commit 80f9edb67e
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -0,0 +1,10 @@
SUMMARY = "Like the tail command line utility but with colors"
DESCRIPTION = "Colortail - like tail but with color highlighting configured via patterns"
HOMEPAGE = "https://github.com/joakim666/colortail"
LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
SRC_URI = "git://github.com/joakim666/colortail.git;branch=master;tag=${PV};protocol=https"
SRCREV = "653bbbe3292759f5fb5ae9f769f131c1a320965d"
inherit autotools pkgconfig