Updated everywhere: constants, package.json bin, completions, nfpm packaging, build scripts, CI, banner text. Binary is now /usr/bin/labctl. Internal package names (@lab/*) unchanged. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
21 lines
486 B
YAML
21 lines
486 B
YAML
name: labctl
|
|
arch: amd64
|
|
version: 0.1.0
|
|
release: "1"
|
|
maintainer: michal
|
|
description: Lab infrastructure CLI for bare-metal provisioning
|
|
license: MIT
|
|
contents:
|
|
- src: ./dist/labctl
|
|
dst: /usr/bin/labctl
|
|
file_info:
|
|
mode: 0755
|
|
- src: ./completions/labctl.bash
|
|
dst: /usr/share/bash-completion/completions/labctl
|
|
file_info:
|
|
mode: 0644
|
|
- src: ./completions/labctl.fish
|
|
dst: /usr/share/fish/vendor_completions.d/labctl.fish
|
|
file_info:
|
|
mode: 0644
|