*Add missing config file
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/push/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
fe53490b76
commit
c740c13511
|
@ -0,0 +1,18 @@
|
||||||
|
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
|
Loading…
Reference in New Issue