| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/games/gogrepo/ |
Upload File : |
PORTNAME= gogrepo
PORTVERSION= 0.3a
PORTREVISION= 3
CATEGORIES= games net
MAINTAINER= se@FreeBSD.org
COMMENT= Batch downloader for (linux,mac,windows) games distributed by GOG.com
WWW= https://github.com/eddie3/gogrepo
LICENSE= GPLv3+
RUN_DEPENDS= ${PYTHONPREFIX_SITELIBDIR}/html5lib/html5parser.py:www/py-html5lib \
html2text:textproc/py-html2text
USE_GITHUB= yes
GH_ACCOUNT= eddie3
GH_TAGNAME= 2cd3ac4
USES= python shebangfix
SHEBANG_FILES= gogrepo.py
OPTIONS_DEFINE= DOCS
NO_BUILD= yes
NO_ARCH= yes
PLIST_FILES= bin/gogrepo
PORTDOCS= README.md
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/gogrepo.py ${STAGEDIR}${PREFIX}/bin/gogrepo
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}/
.include <bsd.port.mk>