mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
deskutils/xannotate: New port: Turn static CLI commands into TUIs with ease
This commit is contained in:
parent
eff3aa5c32
commit
7cb2e0f8a0
@ -267,6 +267,7 @@
|
||||
SUBDIR += when
|
||||
SUBDIR += wmpinboard
|
||||
SUBDIR += x026
|
||||
SUBDIR += xannotate
|
||||
SUBDIR += xcalendar
|
||||
SUBDIR += xcbautolock
|
||||
SUBDIR += xdg-desktop-portal
|
||||
|
26
deskutils/xannotate/Makefile
Normal file
26
deskutils/xannotate/Makefile
Normal 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>
|
3
deskutils/xannotate/distinfo
Normal file
3
deskutils/xannotate/distinfo
Normal 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
|
3
deskutils/xannotate/pkg-descr
Normal file
3
deskutils/xannotate/pkg-descr
Normal 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.
|
Loading…
Reference in New Issue
Block a user