Add snore dep recipe
[khome.git] / deps / snore / Makefile
diff --git a/deps/snore/Makefile b/deps/snore/Makefile
new file mode 100644 (file)
index 0000000..d197c75
--- /dev/null
@@ -0,0 +1,5 @@
+all:
+       mkdir -p data
+       cd data && git clone https://github.com/clamiax/snore.git || true
+       cd data/snore && make
+       cd data/snore && make install
This page took 0.019443 seconds and 4 git commands to generate.