A WeeChat plug-in written in Ada 2012 that displays emoji.
Uses the weechat-ada bindings.
In order to build the plug-in, you need to have:
-
An Ada 2012 compiler
-
make
A Makefile is provided to build the source code. Use make
to build
the source code:
$ make
After having compiled the source code,
the plug-in can be installed to ~/.weechat/plugins/
by executing:
$ make install
Read the contributing guidelines if you want to add a bugfix or an improvement.
This plug-in is licensed under the Apache License 2.0. The first line of each Ada file should contain an SPDX license identifier tag that refers to this license:
SPDX-License-Identifier: Apache-2.0