Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/parazyd/libdevuansdk
Common library for {arm,vm,live}-sdk used to build Devuan
https://github.com/parazyd/libdevuansdk
arm-sdk devuan distro live-sdk simple-distro-kit vm-sdk
Last synced: about 2 months ago
JSON representation
Common library for {arm,vm,live}-sdk used to build Devuan
- Host: GitHub
- URL: https://github.com/parazyd/libdevuansdk
- Owner: parazyd
- License: gpl-3.0
- Created: 2016-05-28T10:43:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-04-17T12:49:42.000Z (over 3 years ago)
- Last Synced: 2024-05-01T16:57:18.983Z (8 months ago)
- Topics: arm-sdk, devuan, distro, live-sdk, simple-distro-kit, vm-sdk
- Language: Shell
- Homepage:
- Size: 645 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
libdevuansdk
============libdevuansdk is a shell script library intended to unify the use and
creation of various functions spread throughout Devuan's various SDKs.## Requirements
Devuan's SDKs are designed to be used interactively from a terminal, as
well as from shell scripts. libdevuansdk uses the functionality of the
[zuper](https://github.com/dyne/zuper) zsh library, but it does not include
it. You are required to include it in your SDK. However, libdevuansdk
requires the following packages to be installed:```
zsh sudo cgpt parted xz-utils
```## Documentation
Find documentation inside the `docs` directory of libdevuansdk. The following
packages need to be installed to compile the documentation:```
python-markdown ruby-ronn
```