aboutsummaryrefslogtreecommitdiffstats
path: root/community/fzf/no-glide-install.patch
diff options
context:
space:
mode:
authorKevin Daudt <ops@ikke.info>2018-02-18 18:56:22 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-02-20 18:06:04 +0000
commitf1eabed0fec2525fdd3eebf1a960bf6cdf4c4891 (patch)
treea8a906651f8ca6b4bf3698bb4076d5f5df4bb725 /community/fzf/no-glide-install.patch
parenteebfa4f8bfbcb08f1185537c669fa80ed519b1d7 (diff)
downloadaports-f1eabed0fec2525fdd3eebf1a960bf6cdf4c4891.tar.bz2
aports-f1eabed0fec2525fdd3eebf1a960bf6cdf4c4891.tar.xz
testing/fzf: move to community
Diffstat (limited to 'community/fzf/no-glide-install.patch')
-rw-r--r--community/fzf/no-glide-install.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/fzf/no-glide-install.patch b/community/fzf/no-glide-install.patch
new file mode 100644
index 0000000000..1704ee9e22
--- /dev/null
+++ b/community/fzf/no-glide-install.patch
@@ -0,0 +1,11 @@
+--- a/Makefile
++++ b/Makefile
+@@ -99,7 +99,7 @@
+ ln -sf $(ROOT_DIR)/vendor $(VENDOR_LINK)
+
+ vendor: $(GLIDE_YAML)
+- go get -u github.com/Masterminds/glide && $(GOPATH)/bin/glide install && touch $@
++ touch $@
+
+ test: $(SOURCES) vendor
+ SHELL=/bin/sh GOOS= go test -v -tags "$(TAGS)" \