|
Added
Link Here
|
| 1 |
PORTNAME= legendary-gl |
| 2 |
PORTVERSION= 0.20.33 |
| 3 |
CATEGORIES= games |
| 4 |
MASTER_SITES= PYPI |
| 5 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
| 6 |
|
| 7 |
MAINTAINER= ffqq@danwin1210.de |
| 8 |
COMMENT= Free and open-source Epic Games Launcher alternative |
| 9 |
WWW= https://github.com/derrod/legendary |
| 10 |
|
| 11 |
LICENSE= GPLv3 |
| 12 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
| 13 |
|
| 14 |
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} |
| 15 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ |
| 16 |
${PYTHON_PKGNAMEPREFIX}filelock>=0:sysutils/py-filelock@${PY_FLAVOR} |
| 17 |
|
| 18 |
USES= python |
| 19 |
USE_PYTHON= distutils autoplist |
| 20 |
NO_ARCH= yes |
| 21 |
|
| 22 |
PORTDOCS= README.md |
| 23 |
|
| 24 |
OPTIONS_DEFINE= DOCS |
| 25 |
|
| 26 |
post-install-DOCS-on: |
| 27 |
@${MKDIR} ${STAGEDIR}${DOCSDIR} |
| 28 |
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} |
| 29 |
|
| 30 |
.include <bsd.port.mk> |