mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
e7a1a51e3c
Terminal screen size detection that works on Linux, macOS and Windows systems and supports Ruby MRI, JRuby, TruffleRuby and Rubinius interpreters. OK jeremy@
16 lines
286 B
Makefile
16 lines
286 B
Makefile
COMMENT = terminal screen size detection
|
|
|
|
DISTNAME = tty-screen-0.8.2
|
|
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>
|