From: Siraaj Khandkar Date: Tue, 13 Apr 2021 00:39:51 +0000 (-0400) Subject: Add snore dep recipe X-Git-Url: https://git.xandkar.net/?p=khome.git;a=commitdiff_plain;h=a9c6b443deac37e496e0907198a4daf870af47ba Add snore dep recipe --- diff --git a/deps/snore/Makefile b/deps/snore/Makefile new file mode 100644 index 0000000..d197c75 --- /dev/null +++ b/deps/snore/Makefile @@ -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