more build deps

This commit is contained in:
David Newhall II 2019-07-14 21:17:19 -07:00
parent 52076efea0
commit 5b7325b2b7
1 changed files with 2 additions and 2 deletions

View File

@ -222,7 +222,7 @@ formula: $(BINARY).rb
v$(VERSION).tar.gz.sha256:
# Calculate the SHA from the Github source file.
curl -sL $(URL)/archive/v$(VERSION).tar.gz | openssl dgst -r -sha256 | tee $@
$(BINARY).rb: v$(VERSION).tar.gz.sha256
$(BINARY).rb: v$(VERSION).tar.gz.sha256 init/homebrew/$(FORMULA).rb.tmpl
# Creating formula from template using sed.
sed -e "s/{{Version}}/$(VERSION)/g" \
-e "s/{{Iter}}/$(ITERATION)/g" \
@ -247,7 +247,7 @@ lint:
# This is safe; recommended even.
dep: vendor
vendor:
vendor: Gopkg.*
dep ensure --vendor-only
# Don't run this unless you're ready to debug untested vendored dependencies.