
4 changed files with 33 additions and 0 deletions
@ -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> |
@ -0,0 +1,3 @@ |
|||
TIMESTAMP = 1672476797 |
|||
SHA256 (blais-xannotate-g20220604-66821cc_GH0.tar.gz) = 6c2ced9fe088e4fe40a5dead0a662e18ff9b425832c8a223fc8d019297d3c19c |
|||
SIZE (blais-xannotate-g20220604-66821cc_GH0.tar.gz) = 129766 |
@ -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…
Reference in new issue