mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
c2360a5ca7
A terminal spinner for tasks that have non-deterministic time frame. OK jeremy@
19 lines
372 B
Makefile
19 lines
372 B
Makefile
COMMENT = terminal spinner
|
|
|
|
DISTNAME = tty-spinner-0.9.3
|
|
CATEGORIES = sysutils
|
|
HOMEPAGE = https://ttytoolkit.org/
|
|
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/ruby
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
BUILD_DEPENDS += ${RUN_DEPENDS}
|
|
RUN_DEPENDS += sysutils/ruby-tty-cursor,${MODRUBY_FLAVOR}>=0.7,<1
|
|
|
|
.include <bsd.port.mk>
|