From 26b70ba19ebabbbd18dcfc73f947fddfeddda1bb Mon Sep 17 00:00:00 2001 From: jan Date: Fri, 30 Dec 2022 09:51:06 +0000 Subject: [PATCH] Import lchat, a suckless ii chat frontend. Tweaks & OK op@ --- misc/lchat/Makefile | 20 ++++++++++++++++++++ misc/lchat/distinfo | 2 ++ misc/lchat/pkg/DESCR | 4 ++++ misc/lchat/pkg/PLIST | 2 ++ 4 files changed, 28 insertions(+) create mode 100644 misc/lchat/Makefile create mode 100644 misc/lchat/distinfo create mode 100644 misc/lchat/pkg/DESCR create mode 100644 misc/lchat/pkg/PLIST diff --git a/misc/lchat/Makefile b/misc/lchat/Makefile new file mode 100644 index 00000000000..9d5c7db4912 --- /dev/null +++ b/misc/lchat/Makefile @@ -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 + +# 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 diff --git a/misc/lchat/distinfo b/misc/lchat/distinfo new file mode 100644 index 00000000000..f4a61366bb8 --- /dev/null +++ b/misc/lchat/distinfo @@ -0,0 +1,2 @@ +SHA256 (lchat-1.0.tar.gz) = iSR7XI6FO7/C+XkJsZJvrfRNY3VDdn536eQuciQvN18= +SIZE (lchat-1.0.tar.gz) = 24455 diff --git a/misc/lchat/pkg/DESCR b/misc/lchat/pkg/DESCR new file mode 100644 index 00000000000..6ddf195c2c1 --- /dev/null +++ b/misc/lchat/pkg/DESCR @@ -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. diff --git a/misc/lchat/pkg/PLIST b/misc/lchat/pkg/PLIST new file mode 100644 index 00000000000..7801da676e0 --- /dev/null +++ b/misc/lchat/pkg/PLIST @@ -0,0 +1,2 @@ +@bin bin/lchat +@man man/man1/lchat.1