Ecosyste.ms: Awesome
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: 2 months ago
JSON representation
A vib plugin to allow using the pacman package manager in vib recipes
- Host: GitHub
- URL: https://github.com/axtloss/vib-pacman
- Owner: axtloss
- License: gpl-3.0
- Created: 2023-12-13T21:01:14.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-03T16:46:14.000Z (about 1 year ago)
- Last Synced: 2024-01-04T16:59:30.918Z (about 1 year ago)
- Topics: vib, vib-plugin
- Language: Go
- Homepage:
- Size: 19.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`