home
/
code
/
khome.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4634584
)
Add snore dep recipe
author
Siraaj Khandkar
<siraaj@khandkar.net>
Tue, 13 Apr 2021 00:39:51 +0000
(20:39 -0400)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Tue, 13 Apr 2021 00:39:51 +0000
(20:39 -0400)
deps/snore/Makefile
[new file with mode: 0644]
patch
|
blob
diff --git a/deps/snore/Makefile
b/deps/snore/Makefile
new file mode 100644
(file)
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
This page took
0.02211 seconds
and
4
git commands to generate.