aboutsummaryrefslogtreecommitdiff
path: root/deskutils/py-term-background/Makefile
blob: fe57feecbb9dd83a3a02c4c567e39d7707c12465 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
PORTNAME=	term-background
PORTVERSION=	1.0.1
CATEGORIES=	deskutils python shells
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	thierry@FreeBSD.org
COMMENT=	Shell scripts and Python module to figure out terminal background
WWW=		https://github.com/rocky/shell-term-background

LICENSE=	GPLv2

USE_GITHUB=	yes
GH_ACCOUNT=	rocky
GH_PROJECT=	shell-term-background

USES=		python:3.7+ shebangfix
USE_PYTHON=	distutils
SHEBANG_FILES=	term-background.*

NO_ARCH=	yes
MAKE_ENV+=	PYTHON=${PYTHON_CMD}

post-install:
	${MKDIR} ${STAGEDIR}${DATADIR}
	${INSTALL_SCRIPT} ${WRKSRC}/term-background.* ${STAGEDIR}${DATADIR}

do-test: install
	(cd ${WRKSRC} && py.test)

.include <bsd.port.mk>