diff options
Diffstat (limited to 'irc')
-rw-r--r-- | irc/catgirl/Makefile | 29 | ||||
-rw-r--r-- | irc/catgirl/distinfo | 3 | ||||
-rw-r--r-- | irc/catgirl/pkg-descr | 4 |
3 files changed, 36 insertions, 0 deletions
diff --git a/irc/catgirl/Makefile b/irc/catgirl/Makefile new file mode 100644 index 0000000..cf5d9f9 --- /dev/null +++ b/irc/catgirl/Makefile @@ -0,0 +1,29 @@ +# $FreeBSD$ + +PORTNAME= catgirl +DISTVERSION= 1.1 +CATEGORIES= irc +MASTER_SITES= https://git.causal.agency/catgirl/snapshot/ + +MAINTAINER= june@causal.agency +COMMENT= TLS-only terminal IRC client + +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/LICENSE + +LIB_DEPENDS= libtls.so:security/libressl +RUN_DEPENDS= ${LOCALBASE}/bin/openssl:security/libressl + +USES= ncurses \ + pkgconfig + +HAS_CONFIGURE= yes +CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${MANPREFIX}/man + +PLIST_FILES= bin/catgirl \ + man/man1/catgirl.1.gz + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/catgirl + +.include <bsd.port.mk> diff --git a/irc/catgirl/distinfo b/irc/catgirl/distinfo new file mode 100644 index 0000000..8ed0341 --- /dev/null +++ b/irc/catgirl/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1595877167 +SHA256 (catgirl-1.1.tar.gz) = f6dad1403485984f903630e63a4fedcf8ab08de837453b27df256eb1afe8c1a9 +SIZE (catgirl-1.1.tar.gz) = 52169 diff --git a/irc/catgirl/pkg-descr b/irc/catgirl/pkg-descr new file mode 100644 index 0000000..8cae8df --- /dev/null +++ b/irc/catgirl/pkg-descr @@ -0,0 +1,4 @@ +catgirl is a TLS-only terminal IRC client with tab-complete, nick +coloring, URL detection, message filtering and split scrolling. + +WWW: https://git.causal.agency/catgirl/ |