package/mg: new package
authorJoachim Wiberg <troglobit@gmail.com>
Tue, 1 Sep 2020 05:38:59 +0000 (07:38 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Fri, 4 Sep 2020 08:28:43 +0000 (10:28 +0200)
commit43670e4fd6b68c4deeeb31ab4f1d958939417073
tree97fb68417fcbe73c633adef87acacbbd4b514285
parentd16d88b5ecbe7a4d6692a9bec641317a2dd1b87c
package/mg: new package

Mg is a small Emacs-like editor with no external dependencies except a
standard C library.  It weighs in at 130 kiB and is one of a select few
completely free (public domain) text editors suitable for small and
embedded systems.

This version is based on the OpenBSD Mg, but with more features, one of
which being the no-ncurses/termcap support, which heavily reduces the
impact on a resource constrained system.

Upstream: https://github.com/troglobit/mg/

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
DEVELOPERS
package/Config.in
package/mg/Config.in [new file with mode: 0644]
package/mg/mg.hash [new file with mode: 0644]
package/mg/mg.mk [new file with mode: 0644]