grc: update to 1.13

This commit is contained in:
Ján Priner 2021-11-25 20:40:29 +01:00 committed by Michal Vasilek
parent ede0d39b16
commit fbe814770e
1 changed files with 7 additions and 5 deletions

View File

@ -1,14 +1,15 @@
# Template file for 'grc' # Template file for 'grc'
pkgname=grc pkgname=grc
version=1.11.3 version=1.13
revision=2 revision=1
depends="python3" depends="python3"
short_desc="Colouriser for logfiles and output of commands" short_desc="Colouriser for logfiles and output of commands"
maintainer="Georg Schabel <gescha@posteo.de>" maintainer="Georg Schabel <gescha@posteo.de>"
license="GPL-2.0-only" license="GPL-2.0-or-later"
homepage="http://korpus.juls.savba.sk/~garabik/software/grc.html" homepage="http://korpus.juls.savba.sk/~garabik/software/grc.html"
changelog="https://raw.githubusercontent.com/garabik/grc/master/debian/changelog"
distfiles="https://github.com/garabik/grc/archive/v${version}.tar.gz" distfiles="https://github.com/garabik/grc/archive/v${version}.tar.gz"
checksum=b167babd8f073a68f5a3091f833e4036fb8d86504e746694747a3ee5048fa7a9 checksum=a7b10d4316b59ca50f6b749f1d080cea0b41cb3b7258099c3eb195659d1f144f
conf_files="/etc/grc.conf" conf_files="/etc/grc.conf"
do_install() { do_install() {
@ -19,7 +20,8 @@ do_install() {
vconf grc.conf vconf grc.conf
vmkdir usr/share/grc vmkdir usr/share/grc
vcopy colourfiles/conf.* usr/share/grc vcopy colourfiles/conf.* usr/share/grc
vcopy "${FILESDIR}/conf.*" usr/share/grc
vcopy grc.zsh usr/share/grc vcopy grc.zsh usr/share/grc
vcopy grc.fish usr/share/grc vcopy grc.fish usr/share/grc
vcopy grc.bashrc usr/share/grc vcopy grc.sh usr/share/grc
} }