mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
e68ac6b3f6
The purpose of this library is to help move the terminal cursor around and manipulate text by using intuitive method calls. OK jeremy@
16 lines
287 B
Makefile
16 lines
287 B
Makefile
COMMENT = move the terminal cursor around
|
|
|
|
DISTNAME = tty-cursor-0.7.1
|
|
CATEGORIES = sysutils
|
|
HOMEPAGE = https://ttytoolkit.org/
|
|
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/ruby
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
.include <bsd.port.mk>
|