16 lines
431 B
Bash
16 lines
431 B
Bash
|
# Template file for 'clog'
|
||
|
pkgname=clog
|
||
|
version=1.3.0
|
||
|
revision=1
|
||
|
build_style=cmake
|
||
|
short_desc="Colorize your logfiles based on custom rulesets"
|
||
|
maintainer="Piraty <piraty1@inbox.ru>"
|
||
|
license="MIT"
|
||
|
homepage="https://taskwarrior.org/docs/clog/"
|
||
|
distfiles="http://gothenburgbitfactory.org/download/clog-${version}.tar.gz"
|
||
|
checksum=fed44a8d398790ab0cf426c1b006e7246e20f3fcd56c0ec4132d24b05d5d2018
|
||
|
|
||
|
post_install() {
|
||
|
vlicense LICENSE
|
||
|
}
|