From: Siraaj Khandkar Date: Thu, 18 Feb 2021 11:40:58 +0000 (-0500) Subject: Begin plocate dep recipe X-Git-Url: https://git.xandkar.net/?p=khome.git;a=commitdiff_plain;h=1b768493f82ee6f5573a90168837830005344b92 Begin plocate dep recipe --- diff --git a/deps/plocate/Makefile b/deps/plocate/Makefile new file mode 100644 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