19 lines
438 B
YAML
19 lines
438 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
|
||
|
depends:
|
||
|
- lumeweb-relay-plugin-core
|