Begin plocate dep recipe
authorSiraaj Khandkar <siraaj@khandkar.net>
Thu, 18 Feb 2021 11:40:58 +0000 (06:40 -0500)
committerSiraaj Khandkar <siraaj@khandkar.net>
Thu, 18 Feb 2021 11:40:58 +0000 (06:40 -0500)
deps/plocate/Makefile [new file with mode: 0644]

diff --git a/deps/plocate/Makefile b/deps/plocate/Makefile
new file mode 100644 (file)
index 0000000..30c691c
--- /dev/null
@@ -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.017821 seconds and 4 git commands to generate.