Edit

IABSD.fr/ports/textproc/pastel/Makefile

Branch :

  • Show log

    Commit

  • Author : volker
    Date : 2023-07-01 15:57:54
    Hash : 7a4bbd82
    Message : import new textproc/pastel pastel is a command-line tool to generate, analyze, convert and manipulate colors. It supports many different color formats and color spaces like RGB (sRGB), HSL, CIELAB, CIELCh as well as ANSI 8-bit and 24-bit representations. ok sthen@

  • textproc/pastel/Makefile
  • COMMENT =		command line tool to manipulate colors
    
    GH_ACCOUNT =		sharkdp
    GH_PROJECT =		pastel
    GH_TAGNAME =		v0.9.0
    
    MAINTAINER =		Volker Schlecht <openbsd-ports@schlecht.dev>
    
    CATEGORIES =		textproc graphics
    
    # MIT or Apache 2.0
    PERMIT_PACKAGE =	Yes
    
    MODULES =		devel/cargo
    COMPILER =		base-clang ports-gcc
    WANTLIB += 		${MODCARGO_WANTLIB} m
    
    CONFIGURE_STYLE =	cargo
    
    .include "crates.inc"
    .include <bsd.port.mk>