devel/libtermkey: format description
This commit is contained in:
parent
b27583a45d
commit
441bd5fe5a
|
@ -1,7 +1,9 @@
|
|||
#!/bin/sh
|
||||
name="libtermkey"
|
||||
short_desc="Easy processing of keyboard entry from terminal-based programs"
|
||||
desc="This library allows easy processing of keyboard entry from terminal-based programs. It handles all the necessary logic to recognise special keys, UTF-8 combining, and so on, with a simple interface."
|
||||
desc="This library allows easy processing of keyboard entry from terminal-based programs.
|
||||
It handles all the necessary logic to recognise special keys, UTF-8 combining, and so on,
|
||||
with a simple interface."
|
||||
category="devel"
|
||||
version="0.22"
|
||||
maintainer="oak@petrifiedoak.com"
|
||||
|
|
Loading…
Reference in New Issue