packer: nocross

This commit is contained in:
Andrea Brancaleoni 2015-08-22 19:59:13 +02:00
parent 1a3b08f017
commit 40d422ac98

View file

@ -1,10 +1,11 @@
# Template file for 'packer' # Template file for 'packer'
pkgname=packer pkgname=packer
version=0.8.6 version=0.8.6
revision=1 revision=2
replaces="packer-bin>=0" replaces="packer-bin>=0"
short_desc="Create identical multiplatform machine images from a single source" short_desc="Create identical multiplatform machine images from a single source"
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>" maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
nocross=yes # temporary hack for #2337
build_style=go build_style=go
hostmakedepends="git" hostmakedepends="git"
license="MPL-2" license="MPL-2"