Skip to content

Commit

Permalink
Add izzyondroid repository
Browse files Browse the repository at this point in the history
  • Loading branch information
Pandapip1 committed Oct 2, 2024
1 parent a7f8e5f commit d1139ef
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
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 ]

0 comments on commit d1139ef

Please sign in to comment.