void-packages/srcpkgs/packer/template
2022-02-09 10:31:51 +01:00

17 lines
550 B
Bash

# Template file for 'packer'
pkgname=packer
version=1.7.10
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=80ed60c492f6765265223f715f26529c8eeb5ce4cee9c4bd7372fd83a9e10493
replaces="packer-bin>=0"
case "$XBPS_TARGET_MACHINE" in
arm*) go_ldflags="-linkmode=external";;
esac