contrib/ccze/Pkgfile

22 lines
429 B
Plaintext

# Description: A log colorizer written in C with plugin support
# URL: https://git.madhouse-project.org/archive/ccze/
# Maintainer: unmaintained
# Depends on: libpcre ncurses
name=ccze
version=0.2.1.2
sversion=0.2.1-2
release=1
source=(https://git.madhouse-project.org/archive/$name/archive/$name-$sversion.tar.gz)
build() {
cd $name
autoheader
autoconf
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}