tREADME.md - libdevuansdk - common library for devuan's simple distro kits
HTML git clone https://git.parazyd.org/libdevuansdk
DIR Log
DIR Files
DIR Refs
DIR Submodules
DIR README
DIR LICENSE
---
tREADME.md (754B)
---
1 libdevuansdk
2 ============
3
4 libdevuansdk is a shell script library intended to unify the use and
5 creation of various functions spread throughout Devuan's various SDKs.
6
7 ## Requirements
8
9 Devuan's SDKs are designed to be used interactively from a terminal, as
10 well as from shell scripts. libdevuansdk uses the functionality of the
11 [zuper](https://github.com/dyne/zuper) zsh library, but it does not include
12 it. You are required to include it in your SDK. However, libdevuansdk
13 requires the following packages to be installed:
14
15 ```
16 zsh sudo cgpt parted xz-utils
17 ```
18
19 ## Documentation
20
21 Find documentation inside the `docs` directory of libdevuansdk. The following
22 packages need to be installed to compile the documentation:
23
24 ```
25 python-markdown ruby-ronn
26 ```