name: "dnc" arch: "amd64" platform: "linux" version: "${VERSION}" section: "devel" priority: "optional" maintainer: "dnc" description: | dockernecontainer - Containerized per-project development environments. TUI-focused with bundled kitty terminal. All tabs/splits run via docker exec inside a project container. vendor: "dnc" license: "MIT" homepage: "https://projects.vibe4d.com/lstmnemodel/nvimnemodel" contents: - src: build/kitty/ dst: /opt/dnc/kitty/ type: tree file_info: mode: 0755 - src: bin/dnc dst: /usr/bin/dnc type: file file_info: mode: 0755 - src: libexec/dnc-kitty-launcher dst: /opt/dnc/libexec/dnc-kitty-launcher type: file file_info: mode: 0755 - src: libexec/dnc-exec dst: /opt/dnc/libexec/dnc-exec type: file file_info: mode: 0755 - src: src/dnc/ dst: /opt/dnc/lib/dnc/ type: tree file_info: mode: 0644 - src: README.md dst: /usr/share/doc/dnc/README.md type: file overrides: deb: depends: - docker-ce | docker.io | containerd.io provides: - dnc rpm: depends: - docker provides: - dnc scripts: postinstall: packaging/scripts/postinst