New package: clog-1.3.0
This commit is contained in:
parent
6e83e807b1
commit
a3bd4a3e45
2 changed files with 26 additions and 0 deletions
11
srcpkgs/clog/patches/musl-limits_h.patch
Normal file
11
srcpkgs/clog/patches/musl-limits_h.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- src/libshared/src/FS.cpp
|
||||
+++ src/libshared/src/FS.cpp
|
||||
@@ -41,7 +41,7 @@
|
||||
#include <shared.h>
|
||||
#include <format.h>
|
||||
|
||||
-#if defined SOLARIS || defined NETBSD || defined FREEBSD
|
||||
+#if defined SOLARIS || defined NETBSD || defined FREEBSD || !defined(__GLIBC__)
|
||||
#include <limits.h>
|
||||
#endif
|
||||
|
15
srcpkgs/clog/template
Normal file
15
srcpkgs/clog/template
Normal file
|
@ -0,0 +1,15 @@
|
|||
# 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
|
||||
}
|
Loading…
Reference in a new issue