Add rust dep recipe
authorSiraaj Khandkar <siraaj@khandkar.net>
Sun, 25 Oct 2020 13:18:08 +0000 (09:18 -0400)
committerSiraaj Khandkar <siraaj@khandkar.net>
Sun, 25 Oct 2020 13:18:08 +0000 (09:18 -0400)
deps/rust/Makefile [new file with mode: 0644]

diff --git a/deps/rust/Makefile b/deps/rust/Makefile
new file mode 100644 (file)
index 0000000..6e72ca1
--- /dev/null
@@ -0,0 +1,6 @@
+build: data/rustup.sh
+       sh $<
+
+data/rustup.sh:
+       mkdir -p data
+       curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > $@
This page took 0.019364 seconds and 4 git commands to generate.