25 lines
683 B
Bash
25 lines
683 B
Bash
# Template file for 'grc'
|
|
pkgname=grc
|
|
version=1.11.3
|
|
revision=2
|
|
depends="python3"
|
|
short_desc="Colouriser for logfiles and output of commands"
|
|
maintainer="Georg Schabel <gescha@posteo.de>"
|
|
license="GPL-2.0-only"
|
|
homepage="http://korpus.juls.savba.sk/~garabik/software/grc.html"
|
|
distfiles="https://github.com/garabik/grc/archive/v${version}.tar.gz"
|
|
checksum=b167babd8f073a68f5a3091f833e4036fb8d86504e746694747a3ee5048fa7a9
|
|
conf_files="/etc/grc.conf"
|
|
|
|
do_install() {
|
|
vbin grc
|
|
vbin grcat
|
|
vman grc.1
|
|
vman grcat.1
|
|
vconf grc.conf
|
|
vmkdir usr/share/grc
|
|
vcopy colourfiles/conf.* usr/share/grc
|
|
vcopy grc.zsh usr/share/grc
|
|
vcopy grc.fish usr/share/grc
|
|
vcopy grc.bashrc usr/share/grc
|
|
}
|