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 + + +