a6828ba4cb
Add ruby-pastel version 0.7.3 package. # Pastel > Terminal output styling with intuitive and clean API that doesn't monkey patch String class. **Pastel** is minimal and focused to work in all terminal emulators. Pastel provides independent coloring component for TTY (https://github.com/piotrmurach/tty) toolkit. ## Features * Doesn't monkey patch `String` * Intuitive and expressive API * Minimal and focused to work on all terminal emulators * Auto-detection of color support * Allows nested styles * Performant
17 lines
491 B
Makefile
17 lines
491 B
Makefile
# $NetBSD: Makefile,v 1.1 2020/01/19 14:37:02 taca Exp $
|
|
|
|
DISTNAME= pastel-0.7.3
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://piotrmurach.github.io/tty/
|
|
COMMENT= Terminal strings styling with intuitive and clean API
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-equatable>=0.6<1:../../devel/ruby-equatable
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-tty-color>=0.5<1:../../devel/ruby-tty-color
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|