lxcd/snap/snapcraft.yaml

35 lines
778 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 workspace and data mounts, APT caching, and
SSH client setup.
title: lxcd
contact: https://git.cherished.me/andrew/lxcd/issues
issues: https://git.cherished.me/andrew/lxcd/issues
source-code: https://git.cherished.me/andrew/lxcd
website: https://git.cherished.me/andrew/lxcd
license: MIT
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