void-packages/srcpkgs/packer/template
2020-11-28 19:35:50 -03:00

17 lines
549 B
Bash

# Template file for 'packer'
pkgname=packer
version=1.6.5
revision=1
build_style=go
go_import_path="github.com/hashicorp/packer"
short_desc="Create identical multiplatform machine images from a single source"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="MPL-2.0"
homepage="http://www.packer.io"
distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
checksum=983d20903bf62c3f1e424b67d360cbaa835e3022dc2aa35a0c3bb6a5726c2f82
replaces="packer-bin>=0"
case "$XBPS_TARGET_MACHINE" in
arm*) go_ldflags="-linkmode=external";;
esac