# Template file for 'packer' pkgname=packer version=1.8.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 " license="MPL-2.0" homepage="http://www.packer.io" distfiles="https://${go_import_path}/archive/v${version}.tar.gz" checksum=4919cd8cf3b27e919c89dde6e24ef4d32b879212d26f367082fb12485a620585 replaces="packer-bin>=0" case "$XBPS_TARGET_MACHINE" in arm*) go_ldflags="-linkmode=external";; esac