Edit

IABSD.fr/ports/security/c2sp-testvectors/Makefile

Branch :

  • Show log

    Commit

  • Author : tb
    Date : 2025-04-27 08:52:17
    Hash : d2c88c69
    Message : Update to c2sp-testvectors 20250426

  • security/c2sp-testvectors/Makefile
  • COMMENT=	community cryptography specification project test vectors
    
    # No releases
    VERSION=	20250426
    DISTNAME=	c2sp-testvectors-${VERSION}
    
    GH_ACCOUNT=	C2SP
    GH_PROJECT=	CCTV
    GH_COMMIT=	46fad5b26cb205910bacbebea48063839e26ef92
    
    CATEGORIES=	security
    
    MAINTAINER=	Theo Buehler <tb@openbsd.org>
    
    # new BSD
    PERMIT_PACKAGE=	Yes
    
    NO_BUILD=	Yes
    NO_TEST=	Yes
    
    C2SP_DIR=	${PREFIX}/share/c2sp-testvectors/
    
    do-install:
    	${INSTALL_DATA_DIR} ${C2SP_DIR}
    	cd ${WRKSRC} && pax -rw * ${C2SP_DIR}
    
    .include <bsd.port.mk>