Skip to content

Commit

Permalink
Nfpm (#1399)
Browse files Browse the repository at this point in the history
* adding in initial nfpm/fury pkg hosting

* adding nfpm.yaml

Co-authored-by: Ian Eyberg <[email protected]>
  • Loading branch information
eyberg and Ian Eyberg authored Dec 14, 2022
1 parent a334e99 commit cf12613
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions nfpm.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# nfpm example config file
#
# check https://nfpm.goreleaser.com/configuration for detailed usage
#
name: "ops"
arch: "amd64"
platform: "linux"
version: "v0.1.34"
section: "default"
priority: "extra"
provides:
- ops
suggests:
- something-else
conflicts:
- not-foo
- not-bar
maintainer: "Ian Eyberg <[email protected]>"
description: |
OPS is a unikernel build tool for the Nanos unikernel.
vendor: "NanoVMs"
homepage: "http://nanovms.com"
license: "Apache-2.0"
contents:
- src: ./ops
dst: /usr/local/bin/ops

0 comments on commit cf12613

Please sign in to comment.