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