feat: add incus
- manage the build of incus, incus-tools and incus-client
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user