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:
88aa578
)
Begin plocate dep recipe
author
Siraaj Khandkar
<siraaj@khandkar.net>
Thu, 18 Feb 2021 11:40:58 +0000
(06:40 -0500)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Thu, 18 Feb 2021 11:40:58 +0000
(06:40 -0500)
deps/plocate/Makefile
[new file with mode: 0644]
patch
|
blob
diff --git a/deps/plocate/Makefile
b/deps/plocate/Makefile
new file mode 100644
(file)
index 0000000..
30c691c
--- /dev/null
+++ b/
deps/plocate/Makefile
@@ -0,0
+1,11
@@
+URI := http://git.sesse.net/plocate
+
+data/plocate: | data
+ cd data && git clone $(URI)
+
+data:
+ mkdir -p data
+
+.PHONY: clean
+clean:
+ rm -rf data
This page took
0.034616 seconds
and
4
git commands to generate.