mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
import sysutils/ruby-tty-screen
Terminal screen size detection that works on Linux, macOS and Windows systems and supports Ruby MRI, JRuby, TruffleRuby and Rubinius interpreters. OK jeremy@
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
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>
|
||||
@@ -0,0 +1,2 @@
|
||||
SHA256 (tty-screen-0.8.2.gem) = wJBlIRW+rnZDNsKIAtYz8gT7hNqTxqloql2OMZ6Bm1A=
|
||||
SIZE (tty-screen-0.8.2.gem) = 11264
|
||||
@@ -0,0 +1,3 @@
|
||||
Terminal screen size detection that works on Linux, macOS and Windows
|
||||
systems and supports Ruby MRI, JRuby, TruffleRuby and Rubinius
|
||||
interpreters.
|
||||
@@ -0,0 +1,12 @@
|
||||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/CHANGELOG.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/LICENSE.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/tty/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/tty-screen.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/tty/screen/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/tty/screen.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/tty/screen/version.rb
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
||||
Reference in New Issue
Block a user