Edit

IABSD.fr/ports/archivers/kapsul/Makefile

Branch :

  • Show log

    Commit

  • Author : ajacoutot
    Date : 2026-01-09 09:43:41
    Hash : 7cec245a
    Message : Fix for Go >=1.26. Prodded by tb@

  • archivers/kapsul/Makefile
  • # modernc.org/sqlite does not support
    NOT_FOR_ARCHS=	i386
    
    COMMENT=	manage .ptar archives
    
    MODGO_MODNAME=	github.com/PlakarKorp/kapsul
    MODGO_VERSION=	v0.0.0-beta.10
    DISTNAME=	kapsul-0.0.0beta10
    REVISION=	0
    
    # for patches
    WRKDIST=	${WRKDIR}/github.com/PlakarKorp/kapsul@${MODGO_VERSION}
    
    HOMEPAGE=	https://plakar.io/
    
    CATEGORIES=	archivers sysutils
    
    MAINTAINER=	Antoine Jacoutot <ajacoutot@openbsd.org>
    
    # ISC
    PERMIT_PACKAGE=	Yes
    
    WANTLIB += c pthread
    
    MODULES=	lang/go
    
    post-install:
    	${INSTALL_MAN} ${WRKSRC}/kapsule.1 ${PREFIX}/man/man1/kapsul.1
    
    .include "modules.inc"
    
    .include <bsd.port.mk>