2015-01-05 22:59:04 +00:00
|
|
|
# Template build file for 'grc'.
|
|
|
|
pkgname=grc
|
2015-03-31 17:32:05 +00:00
|
|
|
version=1.9
|
2015-01-05 22:59:04 +00:00
|
|
|
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>"
|
|
|
|
|
2015-03-03 17:15:46 +00:00
|
|
|
distfiles="https://github.com/garabik/grc/archive/v${version}.tar.gz"
|
2015-03-31 17:32:05 +00:00
|
|
|
checksum=269ab717dc105c124f6eb48b4b8d3ab68660c0f1244eaea140f0188cb9af4b80
|
2015-01-05 22:59:04 +00:00
|
|
|
depends="python"
|
|
|
|
noarch="yes"
|
|
|
|
conf_files="/etc/${pkgname}.conf"
|
|
|
|
|
|
|
|
do_install() {
|
|
|
|
./install.sh ${DESTDIR}
|
|
|
|
vinstall ${FILESDIR}/conf.socklog 644 usr/share/grc
|
|
|
|
}
|