Skip to content

lwf/s6-packaging

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

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