1aafce626a
v0.9.0 Features -Added support for transparency / alpha values -Added support for NO_COLOR environment variable -Added new color pickers: Gnome/Wayland via gdbus, zenity, yad, and wcolor
22 lines
566 B
Makefile
22 lines
566 B
Makefile
# $NetBSD: Makefile,v 1.6 2022/05/26 21:25:38 pin Exp $
|
|
|
|
DISTNAME= pastel-0.9.0
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=sharkdp/}
|
|
GITHUB_TAG= v${PKGVERSION_NOREV}
|
|
|
|
MAINTAINER= pin@NetBSD.org
|
|
HOMEPAGE= https://github.com/sharkdp/pastel/
|
|
COMMENT= Command-line tool to generate, analyze, convert and manipulate colors
|
|
LICENSE= apache-2.0
|
|
|
|
.include "cargo-depends.mk"
|
|
|
|
INSTALLATION_DIRS= bin
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/target/release/pastel \
|
|
${DESTDIR}${PREFIX}/bin
|
|
|
|
.include "../../lang/rust/cargo.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|