ccze: marked unmaintained

This commit is contained in:
Tim Biermann 2023-08-18 21:24:28 +02:00
parent 78747787b6
commit ad22b00f1d
2 changed files with 11 additions and 11 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3y4jfaWzNc0fyItd4p27+U74dnFT+ZIvnCuAcaShr1MrpgyIOQPA7+f51IfcBQfb+54V6cCVak3Lt8CvZMKRKgo=
SHA256 (Pkgfile) = 5707097fe91d90f6d478af09a862e618159a828be3793d4638c68663451b30c2
RWSagIOpLGJF3z0y4sg9ynCBwlxFpRfbV5R280vIi48P0aq3sPywZO5VwPi1mJU/gWJPukLv5vUqtcL37LmuD1EXG5OqiYozLAM=
SHA256 (Pkgfile) = 0b6cb1a7116dc5adfd821056878603d148e84c944f12c30ab7e527389d07c930
SHA256 (.footprint) = c7ef5e434f9b5837e8a29645ceeec0ebb3bca09c3d24e5740647821deb291ec2
SHA256 (ccze-0.2.1-2.tar.gz) = f38d5705fb438ca3553298ad8c5158a976d27b0cb17eebd8e477129a0a016ee1
SHA256 (ccze-0.2.1-2.tar.gz) = 6713418127775e9eac1847f8b87fcc686f32ef86bbe35c85a758b35a7ce65afc

View File

@ -1,6 +1,6 @@
# Description: A log colorizer written in C with plugin support.
# Description: A log colorizer written in C with plugin support
# URL: https://git.madhouse-project.org/archive/ccze/
# Maintainer: Danny Rawlins, crux at romster dot me
# Maintainer: unmaintained
# Depends on: libpcre ncurses
name=ccze
@ -10,12 +10,12 @@ release=1
source=(https://git.madhouse-project.org/archive/$name/archive/$name-$sversion.tar.gz)
build() {
cd $name
cd $name
autoheader
autoconf
autoheader
autoconf
./configure --prefix=/usr
make
make DESTDIR=$PKG install
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}