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

https://github.com/axtloss/vib-pacman

A vib plugin to allow using the pacman package manager in vib recipes
https://github.com/axtloss/vib-pacman

vib vib-plugin

Last synced: 26 days ago
JSON representation

A vib plugin to allow using the pacman package manager in vib recipes

Awesome Lists containing this project

README

          

# vib-pacman

A [vib](https://github.com/vanilla-os/vib) plugin to allow using the `pacman(8)` package manager in vib recipes.

## Module structure

```yaml
Name: PacmanModule
Type: pacman
ExtraFlags:
- "--overwrite=\"*\""
- "--verbose"
Packages:
- "bash"
- "fish"
```

`ExtraFlags` can remain empty, the default flags passed to pacman are `-S --noconfirm`