https://github.com/vaab/kal-shlib-array
Bash Shell Library for handling arrays
https://github.com/vaab/kal-shlib-array
Last synced: about 1 month ago
JSON representation
Bash Shell Library for handling arrays
- Host: GitHub
- URL: https://github.com/vaab/kal-shlib-array
- Owner: vaab
- License: gpl-2.0
- Created: 2017-01-06T06:02:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-04T21:22:25.000Z (over 6 years ago)
- Last Synced: 2025-02-06T08:27:58.547Z (3 months ago)
- Language: Shell
- Size: 18.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: NEWS
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
What is kal-shlib-common ?
==========================This is part of 'kal-shlib' packages, you should see documentation of
kal-shlib-core for more general information.Requirements
============You need a recent version of bash, and this package will require
``kal-shlib-core``. Note that if you install from debian packages,
dependencies will be installed automatically.Install
=======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.Nethertheless, this package support GNU install quite well so a simple::
./configure && make && make install
Should work (and has been tested and is currently used).
Note: you can specify a '--prefix=/your/location'
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-array
What does contain this package ?
---------------------------------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 "/").Usage
=====TBD