relay/nfpm.yaml

25 lines
624 B
YAML

name: "lumeweb-relay"
arch: "amd64"
platform: "linux"
version: "v0.1.0"
section: "default"
priority: "extra"
maintainer: "Derrick Hammer contact@lumeweb.com"
description: |
FooBar is the great foo and bar software.
And this can be in multiple lines!
vendor: "Hammer Technologies LLC"
homepage: "https://lumeweb.com"
license: "MIT"
contents:
- src: ./dist/index
dst: /usr/bin/lumeweb-relay
- src: ./systemd.service
dst: /etc/systemd/system/lumeweb-relay.service
type: config
depends:
- lumeweb-relay-plugin-core
scripts:
postinstall: ./pkg/scripts/postinstall.sh
preremove: ./pkg/scripts/preremove.sh