grc: update to 1.13
This commit is contained in:
parent
ede0d39b16
commit
fbe814770e
|
@ -1,14 +1,15 @@
|
|||
# Template file for 'grc'
|
||||
pkgname=grc
|
||||
version=1.11.3
|
||||
revision=2
|
||||
version=1.13
|
||||
revision=1
|
||||
depends="python3"
|
||||
short_desc="Colouriser for logfiles and output of commands"
|
||||
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"
|
||||
changelog="https://raw.githubusercontent.com/garabik/grc/master/debian/changelog"
|
||||
distfiles="https://github.com/garabik/grc/archive/v${version}.tar.gz"
|
||||
checksum=b167babd8f073a68f5a3091f833e4036fb8d86504e746694747a3ee5048fa7a9
|
||||
checksum=a7b10d4316b59ca50f6b749f1d080cea0b41cb3b7258099c3eb195659d1f144f
|
||||
conf_files="/etc/grc.conf"
|
||||
|
||||
do_install() {
|
||||
|
@ -19,7 +20,8 @@ do_install() {
|
|||
vconf grc.conf
|
||||
vmkdir usr/share/grc
|
||||
vcopy colourfiles/conf.* usr/share/grc
|
||||
vcopy "${FILESDIR}/conf.*" usr/share/grc
|
||||
vcopy grc.zsh usr/share/grc
|
||||
vcopy grc.fish usr/share/grc
|
||||
vcopy grc.bashrc usr/share/grc
|
||||
vcopy grc.sh usr/share/grc
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue