lxcd/snap/snapcraft.yaml

28 lines
547 B
YAML

name: lxcd
base: core22
version: 0.1.0
summary: A Distrobox-like wrapper for LXD
description: |
lxcd provides a Distrobox-like experience using LXD containers.
It creates, manages, and enters LXD containers with features
like nesting, host CA certificate mounts, APT caching, and
SSH client setup.
grade: stable
confinement: classic
apps:
lxcd:
command: bin/lxcd
completer: lxcd.completion
parts:
lxcd:
plugin: dump
source: .
organize:
lxcd.py: bin/lxcd
prime:
- bin/lxcd
- lxcd.completion