mirror of
https://github.com/fosrl/newt.git
synced 2026-03-26 12:36:45 +00:00
Create nfpm.yaml.tmpl for Newt packaging
Added nfpm.yaml template for packaging configuration.
This commit is contained in:
11
scripts/nfpm.yaml.tmpl
Normal file
11
scripts/nfpm.yaml.tmpl
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user