mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 19:59:12 +00:00
Newapp: Geekttrss
This commit is contained in:
parent
80094060fa
commit
5a132ab5c8
2 changed files with 40 additions and 0 deletions
39
metadata/com.geekorum.ttrss.free.yml
Normal file
39
metadata/com.geekorum.ttrss.free.yml
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
Categories:
|
||||
- Internet
|
||||
- Reading
|
||||
License: GPL-3.0-or-later
|
||||
SourceCode: https://github.com/fbarthelery/geekttrss
|
||||
IssueTracker: https://github.com/fbarthelery/geekttrss/issues
|
||||
|
||||
AutoName: Geekttrss
|
||||
Description: |-
|
||||
You will need to install the web application Tiny Tiny Rss first (https://tt-rss.org/) and enable API access. Then you will be able to access your Tiny Tiny Rss account from anywhere.
|
||||
|
||||
Geekttrss is an open source application and licensed under the GNU General Public License 3 and any later version. This means that you can get GeekTtRss's code and modify it to suit your needs, as long as you publish the changes you make for everyone to benefit from as well.
|
||||
|
||||
Geekttrss is built and maintained by community volunteers.
|
||||
|
||||
RepoType: hg
|
||||
Repo: https://hg.elyzion.net/geekttrss/geekttrss
|
||||
Binaries: https://github.com/fbarthelery/geekttrss/releases/download/%v/geekttrss-%v-free-release.apk
|
||||
|
||||
Builds:
|
||||
- versionName: 1.6.5
|
||||
versionCode: 1066083
|
||||
commit: 3383503e3cf8
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-java-alternatives -a
|
||||
output: build/outputs/apk_from_bundle/freeRelease/app-free-release-universal-unsigned.apk
|
||||
prebuild: gradle clean
|
||||
build: gradle packageFreeReleaseUniversalApk
|
||||
|
||||
AllowedAPKSigningKeys: 3ee607c1a61b33402027589a6270bb5f6617950d1530826d1c3d1f5031394320
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: versions/version_codes.json|"(\d+)"||
|
||||
CurrentVersion: 1.6.5
|
||||
CurrentVersionCode: 1066083
|
||||
1
metadata/com.geekorum.ttrss.free/en-US/summary.txt
Normal file
1
metadata/com.geekorum.ttrss.free/en-US/summary.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
A Tiny Tiny RSS reader with transparent offline mode
|
||||
Loading…
Reference in a new issue