summaryrefslogtreecommitdiff
path: root/graphics/pywal/Makefile
blob: a66fcb08438a1b03c00930bced42ace4e17501fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	pywal
DISTVERSION=	3.3.0
CATEGORIES=	graphics
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	fuz@fuz.su
COMMENT=	Generate and change color-schemes on the fly
WWW=		https://github.com/dylanaraps/pywal

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.md

USES=		magick:run python
USE_PYTHON=	autoplist concurrent distutils

NO_ARCH=	yes

.include <bsd.port.mk>