27 lines
700 B
Bash
27 lines
700 B
Bash
# Template build file for 'grc'.
|
|
pkgname=grc
|
|
version=1.11.1
|
|
revision=1
|
|
noarch=yes
|
|
conf_files="/etc/${pkgname}.conf"
|
|
depends="python"
|
|
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=9ae4bcc9186d6856e861d5b0e29b7b14db3f14e6b643e2df0076c104a94dbcba
|
|
|
|
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
|
|
}
|