$OpenBSD: patch-shards-0_14_1_Makefile,v 1.2 2021/07/20 21:22:20 jcs Exp $

Index: shards-0.15.0/Makefile
--- shards-0.15.0/Makefile.orig
+++ shards-0.15.0/Makefile
@@ -58,7 +58,8 @@ test_integration: bin/shards phony
 
 lib: shard.lock
 	mkdir -p lib/molinillo
-	$(SHARDS) install || (curl -L $(MOLINILLO_URL) | tar -xzf - -C lib/molinillo --strip-components=1)
+	#$(SHARDS) install || (curl -L $(MOLINILLO_URL) | tar -xzf - -C lib/molinillo --strip-components=1)
+	cp -R ../crystal-molinillo-*/* lib/molinillo/
 
 shard.lock: shard.yml
 	$(SHARDS) update
