Browse Source

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

overlay
Yuri Victorovich 3 years ago
parent
commit
7cb2e0f8a0
  1. 1
      deskutils/Makefile
  2. 26
      deskutils/xannotate/Makefile
  3. 3
      deskutils/xannotate/distinfo
  4. 3
      deskutils/xannotate/pkg-descr

1
deskutils/Makefile

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

26
deskutils/xannotate/Makefile

@ -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>

3
deskutils/xannotate/distinfo

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

3
deskutils/xannotate/pkg-descr

@ -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.
Loading…
Cancel
Save