packer: depend on git-perl for go get

This commit is contained in:
Michael Gehring 2016-02-19 21:51:20 +01:00
parent 30ccd06405
commit b0a1bf54f3

View file

@ -6,7 +6,7 @@ replaces="packer-bin>=0"
short_desc="Create identical multiplatform machine images from a single source"
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
build_style=go
hostmakedepends="git"
hostmakedepends="git-perl"
license="MPL-2"
homepage="http://www.packer.io"
go_import_path="github.com/mitchellh/packer"