View | Details | Raw Unified | Return to bug 282448 | Differences between
and this patch

Collapse All | Expand All

(-)b/games/Makefile (+1 lines)
Lines 489-494 Link Here
489
    SUBDIR += legesmotus
489
    SUBDIR += legesmotus
490
    SUBDIR += lexter
490
    SUBDIR += lexter
491
    SUBDIR += lgeneral
491
    SUBDIR += lgeneral
492
    SUBDIR += lgogdownloader
492
    SUBDIR += libgnome-games-support
493
    SUBDIR += libgnome-games-support
493
    SUBDIR += libkdegames
494
    SUBDIR += libkdegames
494
    SUBDIR += libkmahjongg
495
    SUBDIR += libkmahjongg
(-)b/games/lgogdownloader/Makefile (+26 lines)
Added Link Here
1
PORTNAME=	lgogdownloader
2
DISTVERSIONPREFIX=	v
3
DISTVERSION=	3.15
4
CATEGORIES=	games
5
6
MAINTAINER=	Alexander88207@protonmail.com
7
COMMENT=	Unofficial downloader for GOG.com
8
WWW=		https://sites.google.com/site/gogdownloader
9
10
LICENSE=	WTFPL
11
LICENSE_FILE=	${WRKSRC}/COPYING
12
13
LIB_DEPENDS=	libboost_system.so:devel/boost-libs \
14
		libcurl.so:ftp/curl \
15
		libjsoncpp.so:devel/jsoncpp \
16
		librhash.so:security/rhash \
17
		libtidy5.so:www/tidy-html5 \
18
		libtinyxml2.so:textproc/tinyxml2
19
20
USES=		cmake pkgconfig
21
USE_GITHUB=	yes
22
GH_ACCOUNT=	Sude-
23
24
CMAKE_ARGS=	-DTIDY_LIBRARY=${LOCALBASE}/lib/libtidy5.so
25
26
.include <bsd.port.mk>
(-)b/games/lgogdownloader/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1730323671
2
SHA256 (Sude--lgogdownloader-v3.15_GH0.tar.gz) = d72c7a5f31e8bf334467eec2066c6f9286676dec4ac03eb989bc18f8a8b56cea
3
SIZE (Sude--lgogdownloader-v3.15_GH0.tar.gz) = 105282
(-)b/games/lgogdownloader/pkg-descr (+3 lines)
Added Link Here
1
Unofficial downloader to GOG.com for Linux users.
2
3
It uses the same API as the official GOG Galaxy.
(-)b/games/lgogdownloader/pkg-plist (-1 / +2 lines)
Added Link Here
0
- 
1
bin/lgogdownloader
2
share/man/man1/lgogdownloader.1.gz

Return to bug 282448