mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-25 21:25:11 +02:00
packer: nocross
This commit is contained in:
parent
1a3b08f017
commit
40d422ac98
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue