2022-12-07 09:36:47 +00:00
|
|
|
name: "lumeweb-relay-plugin-handshake"
|
|
|
|
arch: "amd64"
|
|
|
|
platform: "linux"
|
|
|
|
version: "v0.1.0"
|
|
|
|
section: "default"
|
|
|
|
priority: "extra"
|
|
|
|
maintainer: "Derrick Hammer contact@lumeweb.com"
|
|
|
|
description: Handshake plugin for lumeweb-relay
|
|
|
|
vendor: "Hammer Technologies LLC"
|
|
|
|
homepage: "https://lumeweb.com"
|
|
|
|
license: "MIT"
|
|
|
|
contents:
|
2022-12-12 15:20:12 +00:00
|
|
|
- src: ./pkg/config.json
|
|
|
|
dst: /etc/lumeweb/relay/config.d/handshake.json
|
2022-12-12 15:54:21 +00:00
|
|
|
- src: ./dist/handshake.js
|
|
|
|
dst: /etc/lumeweb/relay/plugins/handshake.js
|
2022-12-07 09:36:47 +00:00
|
|
|
scripts:
|
|
|
|
postinstall: ./pkg/scripts/postinstall.sh
|
|
|
|
preremove: ./pkg/scripts/preremove.sh
|
2022-12-12 15:27:55 +00:00
|
|
|
depends:
|
|
|
|
- lumeweb-relay
|