mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
Feed gator (#13609)
This commit is contained in:
@@ -3,14 +3,13 @@ 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, and read the user guide to find out some tips. \
|
||||
The code is released under MIT license."
|
||||
or minimized launch, and read the user guide to find out some tips."
|
||||
HOMEPAGE="https://github.com/tmtfx/feedgator"
|
||||
COPYRIGHT="2025 Fabio Tomat (TmTFx)"
|
||||
COPYRIGHT="2026 Fabio Tomat (TmTFx)"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/tmtfx/FeedGator/archive/refs/tags/$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="e9358c6da1c117c5c574359496c14d341a68b813869bfb30c9a9f3b9715753c3"
|
||||
CHECKSUM_SHA256="e088071dd846212464a6e5cc21a6add09b7a6b43975ed7ee4f589ff7f4ca4caf"
|
||||
SOURCE_DIR="FeedGator-$portVersion"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
@@ -32,7 +31,11 @@ INSTALL()
|
||||
mkdir -p $appsDir/BGator2 $binDir $dataDir/BGator2 $docDir/BGator2
|
||||
cp FeedGator.py $appsDir/BGator2
|
||||
cp Data/FeedGator1c.png $dataDir/BGator2
|
||||
cp Data/ico64.png $dataDir/BGator2
|
||||
cp Data/FeedGator2.hvif $dataDir/BGator2
|
||||
cp -R Data/locale $dataDir/BGator2
|
||||
cp Data/help/* $docDir/BGator2
|
||||
addattr -t \'VICN\' BEOS:ICON -f $dataDir/BGator2/FeedGator2.hvif $appsDir/BGator2/FeedGator.py
|
||||
ln -sfn $appsDir/BGator2/FeedGator.py $binDir/FeedGator.py
|
||||
ln -sfn $appsDir/BGator2/FeedGator.py $appsDir/BGator2/FeedGator
|
||||
addAppDeskbarSymlink $appsDir/BGator2/FeedGator
|
||||
Reference in New Issue
Block a user