Skip to content

bverhagen/exec-helper-package

Repository files navigation

exec-helper-package

pipeline status

Packaging repository builder for the exec-helper project.

Supported systems

Package systems

The following packaging systems are currently supported:

  • PKGBUILD
  • dpkg

Supported operating systems

The following operating systems are currently automatically detected when building:

  • Arch linux
  • Debian (testing)
  • Ubuntu (Bionic and roling)

Containers

Containers with exec-helper pre-installed can be found for the following container technologies:

  • Docker: On Docker Hub. note: Different operating systems use different tags, so make sure to check these out in order to verify whether your system is currently supported.

Building a source package

Use:

make

or

make prepare

Building a binary, installable package

Use:

make binary
make install PREFIX=<installation prefix>

where the <installation prefix> is the path where you want to install the binary package. By default this is in a package subdirectory in the root of this repository.

Build dependencies can be found in the expected files of your package manager or resolved by your package manager.