Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 923 Bytes

PACKAGING.md

File metadata and controls

29 lines (19 loc) · 923 Bytes

Notes for packagers

I'm actively optimizing for developer and packager experience, so packaging of Holo and its plugins should be straight-forward.

Dependencies

Run-time dependencies for this repo:

  • git (specifically, the git diff subcommand)
  • openssh (specifically, the ssh-keygen tool)
  • shadow (the package that provides the {user,group}{add,mod,del} tools)

Build-time dependencies for this repo:

  • go
  • perl (for make check, and compiling the manpages)

Configuration files

/etc/holorc and /etc/holorc.d/* should be marked as configuration files.

Caveats

Holo includes several plugins for itself. Since holo-build will also generate dependencies on these, the holo package must have a Provides relation (or whatever this is called in your package format) to holo-files, holo-run-scripts, holo-ssh-keys and holo-users-groups.