diff --git a/scripts/nfpm.yaml.tmpl b/scripts/nfpm.yaml.tmpl new file mode 100644 index 0000000..f9a7d60 --- /dev/null +++ b/scripts/nfpm.yaml.tmpl @@ -0,0 +1,11 @@ +name: __PKG_NAME__ +arch: __ARCH__ +platform: linux +version: __VERSION__ +section: net +priority: optional +maintainer: fosrl +description: Newt - userspace tunnel client and TCP/UDP proxy +contents: + - src: build/newt + dst: /usr/bin/newt