Fix, improve and update feedgator (#13248)

This commit is contained in:
tmtfx
2025-11-23 17:31:11 +01:00
committed by GitHub
parent d3efe9a944
commit e83b2ab977

View File

@@ -3,14 +3,14 @@ DESCRIPTION="FeedGator is a feed/RSS aggregator. \
It's a python3 program that uses Haiku APIs through Haiku-PyAPI \
wrapper and the feedparser module. \
Check the settings to enable some features like automated feed checks \
or minimized launch. \
or minimized launch, and read the user guide to find out some tips. \
The code is released under MIT license."
HOMEPAGE="https://github.com/tmtfx/feedgator"
COPYRIGHT="2025 Fabio Tomat (TmTFx)"
LICENSE="MIT"
REVISION="1"
SOURCE_URI="https://github.com/tmtfx/FeedGator/archive/refs/tags/$portVersion.tar.gz"
CHECKSUM_SHA256="f21dae02ca2807a63e3179cde139166a1a19b4b97a4be5d6ac35df149f8da698"
CHECKSUM_SHA256="e9358c6da1c117c5c574359496c14d341a68b813869bfb30c9a9f3b9715753c3"
SOURCE_DIR="FeedGator-$portVersion"
ARCHITECTURES="any"