void-packages/srcpkgs/packer/template
2021-10-29 10:10:21 +02:00

18 lines
549 B
Bash

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