ports/www/rss-bridge/Makefile
Oleg Sidorkin e4649b6d37 www/rss-bridge: Update to 2023-07-13
New release of rss-bridge is out (2 days after prevoius, "because i
forgot to modify version string in code" :) ), so here's the patch to
update the port.

ChangeLog:	https://github.com/RSS-Bridge/rss-bridge/releases/tag/2023-07-13
PR:		272498
2023-07-14 15:16:47 +01:00

44 lines
1.2 KiB
Makefile

PORTNAME= rss-bridge
DISTVERSION= 2023-07-13
PORTEPOCH= 1
CATEGORIES= www
MAINTAINER= osidorkin@gmail.com
COMMENT= RSS feed generator for websites missing it
WWW= https://github.com/RSS-Bridge/rss-bridge
LICENSE= UNLICENSE
USES= php:web
USE_GITHUB= yes
GH_ACCOUNT= RSS-Bridge
USE_PHP= curl mbstring simplexml zip
NO_ARCH= yes
NO_BUILD= yes
PLIST_SUB= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP}
OPTIONS_DEFINE= SQLITE
OPTIONS_DEFAULT=SQLITE
OPTIONS_SUB= yes
SQLITE_DESC= Enable sqlite-based cache support (requires sqlite)
SQLITE_USE= PHP=sqlite3
do-install:
@${MKDIR} ${STAGEDIR}${WWWDIR}
@(cd ${WRKSRC} && ${COPYTREE_SHARE} "." ${STAGEDIR}${WWWDIR} "-not ( \
-name .git-blame-ignore-revs -or -name CONTRIBUTORS.md \
-or -name README.md -or -name LICENSE -or -name LICENSE.txt \
-or -name UNLICENSE -or -name app.json -or -name composer.json \
-or -name composer.lock -or -name docker-bake.hcl \
-or -name docker-entrypoint.sh \
-or -path ./config -or -path ./config/nginx.conf \
-or -regex ./.devcontainer.* -or -regex ./contrib.* \
-or -regex ./doc.* -or -regex ./static/screenshot_.* \
-or -regex ./static/screenshot-.* ) \
-or -name config.default.ini.php" )
.include <bsd.port.mk>