void-packages/srcpkgs/grc/template
2015-03-03 18:16:23 +01:00

20 lines
561 B
Text

# Template build file for 'grc'.
pkgname=grc
version=1.7
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="https://github.com/garabik/grc/archive/v${version}.tar.gz"
checksum=20430dc71f843316bc10ae26c7318e2eb7ba65c61048ee0c02f961e459d47602
depends="python"
noarch="yes"
conf_files="/etc/${pkgname}.conf"
do_install() {
./install.sh ${DESTDIR}
vinstall ${FILESDIR}/conf.socklog 644 usr/share/grc
}