aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-03-28 04:50:21 +0100
committerPatrick Spek <p.spek@tyil.nl>2020-03-28 04:50:21 +0100
commitbd1c6a7bcdbe10cb89b623015e7018282a5d7635 (patch)
treecd6e163c15a1cdf31b09e1e4cdf8ddfaa55a95cf /etc
parent3ef3c08fa8f60c38916cd0db61732d197d6c3cda (diff)
Show commands to install deps on supported systems
Diffstat (limited to 'etc')
-rw-r--r--etc/bindeps.d/gnu_linux-ubuntu.txt2
-rw-r--r--etc/pacmans.txt1
-rw-r--r--etc/perlmans.txt1
3 files changed, 4 insertions, 0 deletions
diff --git a/etc/bindeps.d/gnu_linux-ubuntu.txt b/etc/bindeps.d/gnu_linux-ubuntu.txt
new file mode 100644
index 0000000..6d60a0e
--- /dev/null
+++ b/etc/bindeps.d/gnu_linux-ubuntu.txt
@@ -0,0 +1,2 @@
+gcc=gcc
+make=make
diff --git a/etc/pacmans.txt b/etc/pacmans.txt
new file mode 100644
index 0000000..acec4ff
--- /dev/null
+++ b/etc/pacmans.txt
@@ -0,0 +1 @@
+gnu_linux-ubuntu=apt update && apt install -y
diff --git a/etc/perlmans.txt b/etc/perlmans.txt
new file mode 100644
index 0000000..9ffbacc
--- /dev/null
+++ b/etc/perlmans.txt
@@ -0,0 +1 @@
+gnu_linux-ubuntu=apt install -y cpanminus && cpanm -v