relay/nfpm.yaml

25 lines
624 B
YAML
Raw Normal View History

2022-09-27 17:53:49 +00:00
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
2022-09-29 00:49:41 +00:00
- src: ./systemd.service
dst: /etc/systemd/system/lumeweb-relay.service
type: config
2022-09-27 17:53:49 +00:00
depends:
- lumeweb-relay-plugin-core
2022-09-29 00:49:41 +00:00
scripts:
postinstall: ./pkg/scripts/postinstall.sh
preremove: ./pkg/scripts/preremove.sh