/usr/share/doc/libbash-doc/README is in libbash-doc 0.9.11-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | This is cool libbash library!
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In short, libbash is tool intented to provide system wide access to various
scripts of yours. See documentation and/or man pages for more details.
libbash also provided m4 macros to use with autoconf, which may help you to
find out which libbash libraries are available during configure run.
Installation
~~~~~~~~~~~~
is pretty trivial. Usual
./configure && make && make install
will do. You may want to run configure as:
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
After install - update libbash libraries cache - run ldbashconfig.
Requirements
~~~~~~~~~~~~
libbash is tested with bash-3.0. Probably it will work with 2.0x flavors too.
You'll need doxygen to generate html documentation.
License
~~~~~~~
libbash is licensed under GPLv3
|