deskutils/xannotate: New port: Turn static CLI commands into TUIs with ease

This commit is contained in:
Yuri Victorovich 2022-12-31 02:08:31 -08:00
parent eff3aa5c32
commit 7cb2e0f8a0
4 changed files with 33 additions and 0 deletions

View File

@ -267,6 +267,7 @@
SUBDIR += when
SUBDIR += wmpinboard
SUBDIR += x026
SUBDIR += xannotate
SUBDIR += xcalendar
SUBDIR += xcbautolock
SUBDIR += xdg-desktop-portal

View File

@ -0,0 +1,26 @@
PORTNAME= xannotate
DISTVERSION= g20220604
CATEGORIES= deskutils
MAINTAINER= yuri@FreeBSD.org
COMMENT= Turn static CLI commands into TUIs with ease
WWW= https://github.com/jesseduffield/lazycli
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= gmake localbase xorg
USE_XORG= x11 xtst
USE_GITHUB= yes
GH_ACCOUNT= blais
GH_TAGNAME= 66821cc
GNU_CONFIGURE= yes
PLIST_FILES= bin/${PORTNAME}
xpost-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1672476797
SHA256 (blais-xannotate-g20220604-66821cc_GH0.tar.gz) = 6c2ced9fe088e4fe40a5dead0a662e18ff9b425832c8a223fc8d019297d3c19c
SIZE (blais-xannotate-g20220604-66821cc_GH0.tar.gz) = 129766

View File

@ -0,0 +1,3 @@
xannotate is a simple program that opens a screen-size window over whatever is
present and allows you to scribble over it. This is useful when you are doing
a demo and you need to annotate parts of what is on-screen.