pkgsrc/devel/ruby-tty-reader/Makefile
taca c5e1d32bed devel/ruby-tty-reader: add version 0.7.0 package
Add ruby-tty-reader version 0.7.0 package.


TTY::Reader

> A pure Ruby library that provides a set of methods for processing keyboard
  input in character, line and multiline modes. It maintains history of
  entered input with an ability to recall and re-edit those inputs. It lets
  you register to listen for keystroke events and trigger custom key events
  yourself.

TTY::Reader provides independent reader component for TTY
(https://github.com/piotrmurach/tty) toolkit.
2020-01-19 14:53:44 +00:00

18 lines
559 B
Makefile

# $NetBSD: Makefile,v 1.1 2020/01/19 14:53:44 taca Exp $
DISTNAME= tty-reader-0.7.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://piotrmurach.github.io/tty
COMMENT= Set of methods for processing keyboard input
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-wisper>=2.0.0<2.1:../../devel/ruby-wisper
DEPENDS+= ${RUBY_PKGPREFIX}-tty-screen>=0.7<1:../../devel/ruby-tty-screen
DEPENDS+= ${RUBY_PKGPREFIX}-tty-cursor>=0.7<1:../../devel/ruby-tty-cursor
USE_LANGUAGES= # none
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"