* Implement Arch package build process in release workflow * Add Debian and RPM packaging specifications * Include man page installation in Makefile * Create unitdore man page for documentation
11 lines
407 B
Plaintext
11 lines
407 B
Plaintext
Package: unitdore
|
|
Version: VERSION
|
|
Architecture: ARCH
|
|
Maintainer: Hein (Warky Devs) <hein@warky.dev>
|
|
Depends: systemd
|
|
Recommends: podman | docker.io
|
|
Description: A door you open and close for container units
|
|
Unitdore bridges your container runtime (Podman, Docker) and systemd.
|
|
It discovers running containers, stores them in a config file, and generates
|
|
and manages systemd .service units for each one.
|