56 lines
1.9 KiB
Markdown
56 lines
1.9 KiB
Markdown
# Devuan's Simple Distro Kit - shared library
|
|
|
|
This is a set of ZSh based scripts shared across other Devuan's SDK components to accomplish common tasks.
|
|
|
|
All Devuan's SDK components are found here https://git.devuan.org/groups/sdk
|
|
|
|
## Requirements
|
|
|
|
Devuan's SDK is designed to be used interactively from a terminal as well
|
|
from shell scripts. It requires the following packages to be installed:
|
|
|
|
```
|
|
zsh debootstrap expect sudo
|
|
```
|
|
|
|
# Caveat
|
|
|
|
This is an early release with limited functionality to facilitate the
|
|
import and maintainance of some packages that are core to Devuan.
|
|
|
|
Some things may change in the immediate future.
|
|
|
|
To support the development you are welcome to open issues on problems
|
|
and bugs you encounter, open merge requests of patches or simply
|
|
getting involved in other tasks evident on https://git.devuan.org
|
|
|
|
|
|
# Acknowledgments
|
|
|
|
Devuan's SDK was originally conceived during a period of residency at
|
|
the Schumacher college in Dartington UK, greatly inspired by the
|
|
laborious and mindful atmosphere of its wonderful premises.
|
|
|
|
The Devuan SDK is Copyright (C) 2015 by the Dyne.org Foundation
|
|
|
|
Devuan SDK components are designed, written and maintained by:
|
|
- Ivan J. <parazyd@dyne.org>
|
|
- Denis Roio <jaromil@dyne.org>
|
|
- Enzo Nicosia <katolaz@freaknet.org>
|
|
- Fred Smith <fsmithred@gmail.com>
|
|
|
|
This source code is free software; you can redistribute it and/or
|
|
modify it under the terms of the GNU Public License as published by
|
|
the Free Software Foundation; either version 3 of the License, or (at
|
|
your option) any later version.
|
|
|
|
This source code is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Please refer to
|
|
the GNU Public License for more details.
|
|
|
|
You should have received a copy of the GNU Public License along with
|
|
this source code; if not, write to: Free Software Foundation, Inc.,
|
|
675 Mass Ave, Cambridge, MA 02139, USA.
|
|
|