mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
22 lines
414 B
Makefile
22 lines
414 B
Makefile
COMMENT = command line tool to manipulate colors
|
|
|
|
GH_ACCOUNT = sharkdp
|
|
GH_PROJECT = pastel
|
|
GH_TAGNAME = v0.12.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>
|