From b663d50d19bcd6f4796ca4657529705a5db11d5f Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Fri, 10 Mar 2023 21:16:22 +0300 Subject: [PATCH] add CCZE: a fast log(text output) colorizer. --- x11/terminal/ccze-rv/actions.py | 18 +++++++++++ x11/terminal/ccze-rv/pspec.xml | 53 +++++++++++++++++++++++++++++++++ 2 files changed, 71 insertions(+) create mode 100644 x11/terminal/ccze-rv/actions.py create mode 100644 x11/terminal/ccze-rv/pspec.xml diff --git a/x11/terminal/ccze-rv/actions.py b/x11/terminal/ccze-rv/actions.py new file mode 100644 index 0000000000..00fa5ca9e5 --- /dev/null +++ b/x11/terminal/ccze-rv/actions.py @@ -0,0 +1,18 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file https://www.gnu.org/licenses/gpl-3.0.txt + +from pisi.actionsapi import autotools, pisitools, get + +def setup(): + autotools.configure() + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("AUTHORS", "NEWS", "THANKS") diff --git a/x11/terminal/ccze-rv/pspec.xml b/x11/terminal/ccze-rv/pspec.xml new file mode 100644 index 0000000000..2deb9d4b4b --- /dev/null +++ b/x11/terminal/ccze-rv/pspec.xml @@ -0,0 +1,53 @@ + + + + + ccze-rv + https://github.com/software-revive/ccze-rv + + fury + uglyside@yandex.ru + + GPL-2 + app:console + x11.terminal + CCZE is a fast log colorizer written in C. + pass + + https://github.com/software-revive/ccze-rv/releases/download/0.3.0/ccze-0.3.0.tar.gz + + + ncurses-devel + libpcre-devel + + + + + + + + ccze-rv + + ncurses + libpcre + + + /usr/bin + /usr/lib/ccze + /usr/include/ccze.h + /usr/share/man/man1 + /usr/share/man/man7 + /usr/share/doc/ccze-rv + + + + + + 2023-03-10 + 0.3.0 + First build. + fury + uglyside@yandex.ru + + +