hypervibed

This commit is contained in:
2026-05-25 03:01:46 +03:00
parent 3de3d9c94a
commit 810e8cc7f2
13 changed files with 625 additions and 27 deletions
+64
View File
@@ -0,0 +1,64 @@
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