From 8bd45387c4b57f0120c3a166bf8a491f40705dda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Mon, 22 Jan 2024 11:15:44 +0700 Subject: [PATCH] packer: move to nonfree --- srcpkgs/packer/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/packer/template b/srcpkgs/packer/template index deeeb49aaca..00adcf09c4b 100644 --- a/srcpkgs/packer/template +++ b/srcpkgs/packer/template @@ -1,16 +1,17 @@ # Template file for 'packer' pkgname=packer version=1.10.0 -revision=1 +revision=2 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" +license="BUSL-1.1" homepage="http://www.packer.io" -distfiles="https://${go_import_path}/archive/v${version}.tar.gz" +distfiles="https://github.com/hashicorp/packer/archive/v${version}.tar.gz" checksum=d4f8c8741786c675b01a3be14dc24fb60baf69991908b1c4644277dae47cf946 replaces="packer-bin>=0" +repository=nonfree case "$XBPS_TARGET_MACHINE" in arm*) go_ldflags="-linkmode=external";;