pkgsrc/textproc/R-clisymbols/Makefile
brook b071f2c659 R-clisymbols: initial commit
A small subset of Unicode symbols, that are useful when building
command line applications. They fall back to alternatives on terminals
that do not support Unicode. Many symbols were taken from the
'figures' 'npm' package (see
<https://github.com/sindresorhus/figures>).
2019-08-09 18:28:57 +00:00

14 lines
307 B
Makefile

# $NetBSD: Makefile,v 1.1 2019/08/09 18:28:57 brook Exp $
R_PKGNAME= clisymbols
R_PKGVER= 1.2.0
CATEGORIES= textproc
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Unicode symbols at the R prompt
LICENSE= mit
USE_LANGUAGES= # none
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"