diff --git a/nfpm.yaml b/nfpm.yaml new file mode 100644 index 0000000..06861e5 --- /dev/null +++ b/nfpm.yaml @@ -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