Skip to content

Commit 0ca859e

Browse files
Alexander VereekenVVD
authored andcommitted
games/lgogdownloader: New port: unofficial downloader for GOG.com
Unofficial downloader to GOG.com for Linux users. It uses the same API as the official GOG Galaxy. https://sites.google.com/site/gogdownloader PR: 282448
1 parent c08f528 commit 0ca859e

4 files changed

Lines changed: 49 additions & 0 deletions

File tree

games/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,7 @@
489489
SUBDIR += legesmotus
490490
SUBDIR += lexter
491491
SUBDIR += lgeneral
492+
SUBDIR += lgogdownloader
492493
SUBDIR += libgnome-games-support
493494
SUBDIR += libkdegames
494495
SUBDIR += libkmahjongg

games/lgogdownloader/Makefile

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
PORTNAME= lgogdownloader
2+
DISTVERSION= 3.15
3+
CATEGORIES= games
4+
MASTER_SITES= https://github.com/Sude-/${PORTNAME}/releases/download/v${DISTVERSION}/
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_date_time.so:devel/boost-libs \
14+
libboost_filesystem.so:devel/boost-libs \
15+
libboost_iostreams.so:devel/boost-libs \
16+
libboost_program_options.so:devel/boost-libs \
17+
libboost_regex.so:devel/boost-libs \
18+
libboost_system.so:devel/boost-libs \
19+
libcurl.so:ftp/curl \
20+
libjsoncpp.so:devel/jsoncpp \
21+
librhash.so:security/rhash \
22+
libtidy5.so:www/tidy-html5 \
23+
libtinyxml2.so:textproc/tinyxml2
24+
25+
USES= cmake pkgconfig
26+
27+
CMAKE_ARGS= -DTIDY_LIBRARY=${LOCALBASE}/lib/libtidy5.so
28+
29+
PLIST_FILES= bin/${PORTNAME} \
30+
share/man/man1/${PORTNAME}.1.gz
31+
32+
OPTIONS_DEFINE= QT_GUI
33+
QT_GUI_DESC= QT GUI Support
34+
QT_GUI_BUILD_DEPENDS= vulkan-headers>0:graphics/vulkan-headers
35+
QT_GUI_USES= gl qt:6
36+
QT_GUI_USE= GL=opengl QT=base,declarative,positioning,webchannel,webengine
37+
QT_GUI_CMAKE_BOOL= USE_QT_GUI
38+
39+
post-install:
40+
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
41+
42+
.include <bsd.port.mk>

games/lgogdownloader/distinfo

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
TIMESTAMP = 1730659423
2+
SHA256 (lgogdownloader-3.15.tar.gz) = 9946558bb30b72cd5ed712e7fc425eef4b2a1fd22b5475d1a998720800cd25f0
3+
SIZE (lgogdownloader-3.15.tar.gz) = 103592

games/lgogdownloader/pkg-descr

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Unofficial downloader to GOG.com for Linux users.
2+
3+
It uses the same API as the official GOG Galaxy.

0 commit comments

Comments
 (0)