View | Details | Raw Unified | Return to bug 272565
Collapse All | Expand All

(-)b/games/Makefile (+1 lines)
Lines 794-799 Link Here
794
    SUBDIR += py-cbeams
794
    SUBDIR += py-cbeams
795
    SUBDIR += py-discord.py
795
    SUBDIR += py-discord.py
796
    SUBDIR += py-fife
796
    SUBDIR += py-fife
797
    SUBDIR += py-legendary-gl
797
    SUBDIR += py-mnemosyne
798
    SUBDIR += py-mnemosyne
798
    SUBDIR += py-pychess
799
    SUBDIR += py-pychess
799
    SUBDIR += py-pysol-cards
800
    SUBDIR += py-pysol-cards
(-)b/games/py-legendary-gl/Makefile (+30 lines)
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>
(-)b/games/py-legendary-gl/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1689652575
2
SHA256 (legendary-gl-0.20.33.tar.gz) = a4d2c03872921f8bbf98af0d1e34f8b4e35395e8d603060162bed89b46a81e30
3
SIZE (legendary-gl-0.20.33.tar.gz) = 149051
(-)b/games/py-legendary-gl/pkg-descr (-1 / +7 lines)
Added Link Here
0
- 
1
Legendary is an open-source game launcher that can
2
download and install games from the Epic Games platform
3
on Linux, macOS, and Windows. Its name as a tongue-in-cheek play
4
on tiers of item rarity in many MMORPGs.
5
6
Note: Legendary is currently a CLI (command-line interface) application
7
without a graphical user interface, it has to be run from a terminal

Return to bug 272565