void-packages/srcpkgs/grc/template

20 lines
561 B
Bash
Raw Normal View History

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