From 6c19299964caa91c1fd298c433bd12f655d2bd48 Mon Sep 17 00:00:00 2001 From: Giles Westwood Date: Wed, 29 Jun 2022 13:20:36 +0100 Subject: [PATCH] feat: add nfpm --- README.md | 1 + plugins/nfpm | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/nfpm diff --git a/README.md b/README.md index c8c5c7a..7823bd1 100644 --- a/README.md +++ b/README.md @@ -362,6 +362,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | Neko Virtual Machine | [asdf-community/asdf-neko](https://github.com/asdf-community/asdf-neko) | [![Main workflow](https://github.com/asdf-community/asdf-neko/workflows/Main%20workflow/badge.svg?branch=master)](https://github.com/asdf-community/asdf-neko/actions) | | Neovim | [richin13/asdf-neovim](https://github.com/richin13/asdf-neovim) | [![Build Status](https://github.com/richin13/asdf-neovim/workflows/Main%20workflow/badge.svg)](https://github.com/richin13/asdf-neovim/workflows/Main%20workflow/badge.svg) | | newrelic-cli | [NeoHsu/asdf-newrelic-cli](https://github.com/NeoHsu/asdf-newrelic-cli) | [![Build](https://github.com/NeoHsu/asdf-newrelic-cli/workflows/Build/badge.svg)](https://github.com/neohsu/asdf-newrelic-cli/actions?query=workflow%3ABuild) | +| nfpm | [nfpm](https://github.com/ORCID/asdf-nfpm) | [![Build](https://github.com/ORCID/asdf-nfpm/actions/workflows/build.yml/badge.svg)](https://github.com/ORCID/asdf-nfpm/actions/workflows/build.yml) | | Nim | [asdf-community/asdf-nim](https://github.com/asdf-community/asdf-nim) | [![Build Status](https://github.com/asdf-community/asdf-nim/workflows/Build/badge.svg)](https://github.com/asdf-community/asdf-nim/actions) | | Ninja | [asdf-community/asdf-ninja](https://github.com/asdf-community/asdf-ninja) | [![Build Status](https://github.com/asdf-community/asdf-ninja/workflows/Main%20workflow/badge.svg?branch=master)](https://github.com/asdf-community/asdf-ninja/actions) | | Node.js | [asdf-vm/asdf-nodejs](https://github.com/asdf-vm/asdf-nodejs) | [![Build Status](https://travis-ci.org/asdf-vm/asdf-nodejs.svg?branch=master)](https://travis-ci.org/asdf-vm/asdf-nodejs) | diff --git a/plugins/nfpm b/plugins/nfpm new file mode 100644 index 0000000..62d6225 --- /dev/null +++ b/plugins/nfpm @@ -0,0 +1 @@ +repository = https://github.com/ORCID/asdf-nfpm