aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-04-04 15:55:45 +0200
committerPatrick Spek <p.spek@tyil.nl>2020-04-04 15:55:45 +0200
commitd5767cbb8b0b15e7ab43f39d01d9f66577cef70a (patch)
tree3f54aa48e427e2ffb3be5a7b922e36f9e19f0e3d
parent2737fab6199013843e716e62e2c8d3c5c08f7091 (diff)
Add install support for Voidlinux
-rw-r--r--etc/bindeps.d/linux-void.txt3
-rw-r--r--etc/pacmans.txt1
2 files changed, 4 insertions, 0 deletions
diff --git a/etc/bindeps.d/linux-void.txt b/etc/bindeps.d/linux-void.txt
new file mode 100644
index 0000000..9c0f7d4
--- /dev/null
+++ b/etc/bindeps.d/linux-void.txt
@@ -0,0 +1,3 @@
+gcc=gcc
+make=make
+perl=perl
diff --git a/etc/pacmans.txt b/etc/pacmans.txt
index 39ea6e0..f44794c 100644
--- a/etc/pacmans.txt
+++ b/etc/pacmans.txt
@@ -2,3 +2,4 @@ freebsd=pkg update && pkg install -y
linux-debian_gnu_linux=apt update && apt install -y
linux-ubuntu=apt update && apt install -y
linux-alpine_linux=apk add --no-cache
+linux-void=xbps-install -Sy