3a3eb53b1e
Haishoku is a development tool for grabbing the dominant color or representative color palette from an image, it depends on Python3 and Pillow. WWW: https://github.com/LanceGin/haishoku/ PR: 266119
19 lines
468 B
Makefile
19 lines
468 B
Makefile
PORTNAME= haishoku
|
|
DISTVERSION= 1.1.8
|
|
CATEGORIES= graphics python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= DtxdF@disroot.org
|
|
COMMENT= Tool for grabbing the representative color palette from an image
|
|
WWW= https://github.com/LanceGin/haishoku/
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|