libdevuansdk

common library for devuan's simple distro kits
git clone https://git.parazyd.org/libdevuansdk
Log | Files | Refs | Submodules | README | LICENSE

index.md (978B)


      1 index
      2 =====
      3 
      4 `libdevuansdk` is a shell script library intended to unify the use and creation
      5 of various functions spread throughout devuan's various sdks.
      6 
      7 devuan's sdks are designed to be used interactively from a terminal, as
      8 well as from shell scripts. libdevuansdk uses the functionality of the
      9 [zuper](https://github.com/dyne/zuper) zsh library, but it does not include
     10 it. you are required to include it in your sdk. however, `libdevuansdk`
     11 requires the following packages to be installed:
     12 
     13 ```
     14 zsh debootstrap sudo kpartx cgpt xz-utils
     15 ```
     16 
     17 ## notes
     18 
     19 to support the development, you are welcome to open issues on problems and
     20 bugs you encounter. open merge requests of patches or simply get involved
     21 in other tasks evident on <https://git.devuan.org>
     22 
     23 ## toc
     24 
     25 * [workflow](workflow.7.html)
     26 * [libdevuansdk configuration](configuration.7.html)
     27 * [libdevuansdk helper functions](helper_functions.7.html)
     28 * [creating wrappers around libdevuansdk](creating_wrappers.7.html)
     29