39 lines
785 B
YAML
39 lines
785 B
YAML
# nfpm_incus-client.yaml
|
|
|
|
name: incus-client
|
|
version: ${PACKAGE_VERSION}
|
|
release: ${PACKAGE_RELEASE}
|
|
arch: amd64
|
|
platform: linux
|
|
section: default
|
|
priority: extra
|
|
description: "Powerful system container and virtual machine manager."
|
|
|
|
maintainer: Incus
|
|
homepage: https://github.com/lxc/incus
|
|
license: Apache-2.0
|
|
|
|
disable_globbing: false
|
|
|
|
replaces:
|
|
- incus-client
|
|
|
|
recommends:
|
|
- incus-tools
|
|
|
|
# Files to include in the package
|
|
contents:
|
|
- src: /root/go/bin/incus
|
|
dst: /usr/bin/incus
|
|
file_info:
|
|
mode: 0755
|
|
owner: root
|
|
group: root
|
|
|
|
# Scripts to run during installation/removal (optional)
|
|
# scripts:
|
|
# postinstall: ./scripts/postinstall.sh
|
|
# postremove: ./scripts/postremove.sh
|
|
# preinstall: ./scripts/preinstall.sh
|
|
# preremove: ./scripts/preremove.sh
|