20 lines
589 B
Text
20 lines
589 B
Text
|
# Template build file for 'grc'.
|
||
|
pkgname=grc
|
||
|
version=1.5
|
||
|
revision=1
|
||
|
short_desc="Colouriser for logfiles and output of commands"
|
||
|
homepage="http://korpus.juls.savba.sk/~garabik/software/grc.html"
|
||
|
license="GPL-2"
|
||
|
maintainer="Georg Schabel <gescha@posteo.de>"
|
||
|
|
||
|
distfiles="http://korpus.juls.savba.sk/~garabik/software/${pkgname}/${pkgname}_${version}.tar.gz"
|
||
|
checksum=a2581f065236868bd8b09536616a588792f60fcba4e54d69e2cad65aae73dddc
|
||
|
depends="python"
|
||
|
noarch="yes"
|
||
|
conf_files="/etc/${pkgname}.conf"
|
||
|
|
||
|
do_install() {
|
||
|
./install.sh ${DESTDIR}
|
||
|
vinstall ${FILESDIR}/conf.socklog 644 usr/share/grc
|
||
|
}
|