feat: VoidLinux support

This commit is contained in:
Toyam Cox
2019-08-21 22:43:29 -04:00
parent dc87699a1e
commit 468394d03c
4 changed files with 38 additions and 2 deletions

View File

@@ -55,6 +55,25 @@ distributions:
gccversioncommand: *gccdumpversion
programs: *debiandefaultprograms
libraries: *debiandefaultlibraries
void:
id: void
releases:
default:
version: default
name: VoidLinux
gccversioncommand: *gccdumpversion
programs:
- name: gcc
help: Please install with `xbps-install base-devel` and try again
- name: pkg-config
help: Please install with `xbps-install pkg-config` and try again
- name: npm
help: Please install with `xbps-install nodejs` and try again
libraries:
- name: gtk+3-devel
help: Please install with `xbps-install gtk+3-devel` and try again
- name: webkit2gtk-devel
help: Please install with `xbps-install webkit2gtk-devel` and try again
centos:
id: centos
releases:
@@ -128,4 +147,4 @@ distributions:
- name: pkg-config
help: Please install using your system's package manager
- name: npm
help: Please install using your system's package manager
help: Please install using your system's package manager