https://github.com/vaab/kal-shlib-common
General purpose bash shell scripting library
https://github.com/vaab/kal-shlib-common
bash library shell
Last synced: about 2 months ago
JSON representation
General purpose bash shell scripting library
- Host: GitHub
- URL: https://github.com/vaab/kal-shlib-common
- Owner: vaab
- License: gpl-2.0
- Created: 2012-04-26T18:43:12.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2024-11-01T10:04:47.000Z (6 months ago)
- Last Synced: 2025-02-26T18:57:07.147Z (2 months ago)
- Topics: bash, library, shell
- Language: Shell
- Size: 126 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
What is kal-shlib-common ?
--------------------------This is part of ``kal-shlib-*`` package, you should see `documentation`_ of
``kal-shlib-core`` for more general information... _documentation: https://github.com/vaab/kal-shlib-core/blob/master/README.rst
How can install it ?
--------------------From source
'''''''''''Consider this release as Very Alpha. Use at your own risk. It may or may not
upgrade to a more user friendly version in future, depending on my spare time.Nevertheless, this package support GNU install quite well so a simple::
autogen.sh && ./configure && make && make install
Should work (and has been tested and is currently used).
.. note:: you can specify a prefix thanks to ``--prefix=/your/location`` as
``configure`` argument.From debian package
'''''''''''''''''''A debian package repository is available at::
deb http://deb.kalysto.org no-dist kal-alpha
you should include this repository to your apt system and then::
apt-get update && apt-get install kal-shlib-common
What are dependencies for this package ?
----------------------------------------You will need to install::
kal-shlib-core
before using this package. Note that if you choose the debian package
installation, dependencies will be installed automatically.What do this package contains ?
-------------------------------Libraries which are files called ``lib*.sh`` installed in
``$prefix/lib/shlib/``The debian package version will install directly to this location (knowing that
prefix is ``/usr``)What these libraries provide ?
------------------------------I'm sorry, but this README should answer such question but I didn't have time
to answer it. The source code is quite readable. Enjoy ;)