Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kbdharun/vib-dnf
- Owner: kbdharun
- Created: 2023-12-16T07:31:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-21T07:17:01.000Z (5 months ago)
- Last Synced: 2024-07-21T08:28:44.796Z (5 months ago)
- Topics: dnf, golang, hacktoberfest, linux, vanillaos, vib, vib-plugin
- Language: Go
- Homepage: https://github.com/Vanilla-OS/Vib
- Size: 13.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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 ./...
```