Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kbdharun/vib-dnf

Vib (Vanilla Image Builder) plugin for DNF package manager.
https://github.com/kbdharun/vib-dnf

dnf golang hacktoberfest linux vanillaos vib vib-plugin

Last synced: 25 days ago
JSON representation

Vib (Vanilla Image Builder) plugin for DNF package manager.

Awesome Lists containing this project

README

        

# vib-dnf

This repository contains the Vib (Vanilla Image Builder) plugin for the DNF (Dandified YUM) package manager.

## Usage

It can be used in a workflow with the following syntax:

```yml
- uses: vanilla-os/[email protected]
with:
recipe: 'recipe.yml'
plugins: 'kbdharun/vib-dnf:v0.1.1'
```

## Building the plugin

The plugin can be built locally with the following commands:

```sh
go get ./...
go build -trimpath -buildmode=plugin -o dnf.so -v ./...
```