Import lchat, a suckless ii chat frontend.

Tweaks & OK op@
This commit is contained in:
jan 2022-12-30 09:51:06 +00:00
parent ef0465a522
commit 26b70ba19e
4 changed files with 28 additions and 0 deletions

20
misc/lchat/Makefile Normal file
View File

@ -0,0 +1,20 @@
COMMENT= line oriented chat frontend for ii
DISTNAME= lchat-1.0
CATEGORIES= misc
HOMEPAGE= https://github.com/younix/lchat
MAINTAINER= Jan Klemkow <j.klemkow@wemelug.de>
# ISC
PERMIT_PACKAGE= Yes
WANTLIB += c grapheme
MASTER_SITES = https://dl.suckless.org/tools/
LIB_DEPENDS = textproc/libgrapheme
CFLAGS += -I${LOCALBASE}/include
MAKE_FLAGS += CFLAGS="${CFLAGS}"
.include <bsd.port.mk>

2
misc/lchat/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (lchat-1.0.tar.gz) = iSR7XI6FO7/C+XkJsZJvrfRNY3VDdn536eQuciQvN18=
SIZE (lchat-1.0.tar.gz) = 24455

4
misc/lchat/pkg/DESCR Normal file
View File

@ -0,0 +1,4 @@
lchat (line chat) is a line oriented front end for ii-like chat
programs. It handles the input from keyboard and output file in
parallel. Thus, you are able to type messages while new chat lines
are arriving. Its main focus is on usability and simplicity.

2
misc/lchat/pkg/PLIST Normal file
View File

@ -0,0 +1,2 @@
@bin bin/lchat
@man man/man1/lchat.1