Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add izzyondroid repository #1441

Merged
merged 1 commit into from
Oct 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions repology-schemacheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
'homebrew_casks',
'hpux',
'ibmi',
'izzyondroid',
'justinstall',
'kaos',
'kiss',
Expand Down
27 changes: 25 additions & 2 deletions repos.d/fdroid.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
###########################################################################
# F-Droid android repository
# we only take a few projects from here which have compatible versioning scheme
###########################################################################
- name: fdroid
type: repository
Expand All @@ -26,4 +25,28 @@
url: 'https://f-droid.org/repo/{srcname}_{versioncode}.log.gz'
- type: PACKAGE_RECIPE
url: 'https://gitlab.com/fdroid/fdroiddata/-/blob/master/metadata/{srcname}.yml'
groups: [ all, production ]
groups: [ all, production, android ]

- name: izzyondroid
type: repository
desc: IzzyOnDroid
family: izzyondroid
ruleset: fdroid
minpackages: 10
sources:
- name: index.xml
fetcher:
class: FileFetcher
url: https://apt.izzysoft.de/fdroid/repo/index.xml
parser:
class: FDroidParser
shadow: true
repolinks:
- desc: IzzyOnDroid
url: https://apt.izzysoft.de/fdroid/index.php
- desc: IzzyOnDroid info page
url: 'https://apt.izzysoft.de/fdroid/index/info' # "Applications in this repository are official binaries built by the original application developers, taken from their resp. repositories (mostly Github)."
packagelinks:
- type: PACKAGE_HOMEPAGE
url: 'https://apt.izzysoft.de/fdroid/index/apk/{srcname}'
groups: [ all, production, android ]
Loading