opnsense-ports/deskutils/py-term-background/Makefile
Franco Fichtner 2f03c0cf40 */*: sync with upstream
Taken from: FreeBSD
2023-06-28 09:14:20 +02:00

30 lines
678 B
Makefile

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 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>