Colored terminal output on terminals that support 'ANSI' color and highlight codes. It also works in 'Emacs' 'ESS'. 'ANSI' color support is automatically detected. Colors and highlighting can be combined and nested. New styles can also be created easily. This package was inspired by the 'chalk' 'JavaScript' project.
17 lines
379 B
Makefile
17 lines
379 B
Makefile
# $NetBSD: Makefile,v 1.1 2018/02/07 17:03:48 minskim Exp $
|
|
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= https://github.com/r-lib/crayon/
|
|
COMMENT= Colored terminal output
|
|
LICENSE= mit
|
|
|
|
R_PKGNAME= crayon
|
|
R_PKGVER= 1.3.4
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|