Edit

IABSD.fr/ports/sysutils/packer/Makefile

Branch :

  • Show log

    Commit

  • Author : ajacoutot
    Date : 2024-07-31 14:10:51
    Hash : 3a457db7
    Message : Update to packer-1.11.2.

  • sysutils/packer/Makefile
  • # [...]/network/mgmt/2018-01-01/network/expressroutecircuitpeerings.go:53:159:
    # constant 4294967295 overflows int
    ONLY_FOR_ARCHS=		${LP64_ARCHS}
    
    COMMENT=		tool for building machine images
    
    MODGO_MODNAME=		github.com/hashicorp/packer
    MODGO_VERSION=		v1.11.2
    DISTNAME=		packer-${MODGO_VERSION}
    
    CATEGORIES=		sysutils
    
    HOMEPAGE=		http://www.packer.io
    
    MAINTAINER=		Antoine Jacoutot <ajacoutot@openbsd.org>
    
    # BSL-1.1 (https://www.hashicorp.com/bsl)
    PERMIT_PACKAGE=		Yes
    
    WANTLIB += c pthread
    
    MODULES=		lang/go
    
    .include "modules.inc"
    
    post-install:
    	rm ${PREFIX}/bin/{generate-fixer-deprecations,ssh-keygen}
    	${INSTALL_DATA_DIR} ${PREFIX}/share/zsh/site-functions/
    	${INSTALL_DATA} \
    		${WRKDIR}/github.com/hashicorp/packer@${MODGO_VERSION}/contrib/zsh-completion/_packer \
    		${PREFIX}/share/zsh/site-functions/
    
    .include <bsd.port.mk>