mirror of
https://github.com/fosrl/newt.git
synced 2026-09-19 04:19:07 +02:00
Added nfpm.yaml template for packaging configuration. Former-commit-id: 57afe91e85b150ff74d7c0fa92e30f9ac34761ba
12 lines
236 B
Cheetah
12 lines
236 B
Cheetah
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
|