rpmbuilder/rpms/incus/resources/nfpm_incus-client.yaml
Ben Vincent 7348bdd69e
All checks were successful
Build / build-9 (pull_request) Successful in 18m54s
Build / build-8 (pull_request) Successful in 19m0s
feat: add incus
- manage the build of incus, incus-tools and incus-client
2025-03-29 18:24:21 +11:00

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