-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* adding in initial nfpm/fury pkg hosting * adding nfpm.yaml Co-authored-by: Ian Eyberg <[email protected]>
- Loading branch information
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |