Skip to content

lwf/s6-packaging

Repository files navigation

Unofficial s6 Debian packaging

This repository contains infrastructure to package s6 and dependencies for Debian.

Build instructions

You need to build and install skalibs in order to build execline and s6.

make skalibs
ARCH=$(dpkg --print-architecture)
dpkg -i skalibs_2.3.3.0-1_${ARCH}.deb skalibs-dev_2.3.3.0-1_${ARCH}.deb

You should now be able to build execline:

make execline

execline is a dependency for s6.

ARCH=$(dpkg --print-architecture)
dpkg -i execline_2.1.1.1-1_${ARCH}.deb execline-dev_2.1.1.1-1_${ARCH}.deb

To build s6:

make s6

About

Debian packaging for s6 and dependencies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published