New package: clog-1.3.0
This commit is contained in:
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
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user