https://github.com/vaab/kal-shlib-async
Async process management in BASH
https://github.com/vaab/kal-shlib-async
Last synced: about 1 year ago
JSON representation
Async process management in BASH
- Host: GitHub
- URL: https://github.com/vaab/kal-shlib-async
- Owner: vaab
- License: gpl-2.0
- Created: 2014-10-20T05:51:27.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-20T05:51:56.000Z (over 11 years ago)
- Last Synced: 2025-02-06T08:27:27.854Z (over 1 year ago)
- Language: Shell
- Size: 109 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
What is kal-shlib-async ?
--------------------------
This is part of 'kal-shlib-*' packages, you should see documentation of
kal-shlib-core for more general information.
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.
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:
What are dependencies for this pacakge ?
----------------------------------------
You will need to install:
kal-shlib-core
before using this package.
What does this package contain ?
--------------------------------
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 "/")