Skip to content

Commit 63943ad

Browse files
Pandapip1AMDmi3
authored andcommitted
Add izzyondroid repository
1 parent 6abda7b commit 63943ad

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

repology-schemacheck.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
'homebrew_casks',
7272
'hpux',
7373
'ibmi',
74+
'izzyondroid',
7475
'justinstall',
7576
'kaos',
7677
'kiss',

repos.d/fdroid.yaml

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
###########################################################################
22
# F-Droid android repository
3-
# we only take a few projects from here which have compatible versioning scheme
43
###########################################################################
54
- name: fdroid
65
type: repository
@@ -26,4 +25,28 @@
2625
url: 'https://f-droid.org/repo/{srcname}_{versioncode}.log.gz'
2726
- type: PACKAGE_RECIPE
2827
url: 'https://gitlab.com/fdroid/fdroiddata/-/blob/master/metadata/{srcname}.yml'
29-
groups: [ all, production ]
28+
groups: [ all, production, android ]
29+
30+
- name: izzyondroid
31+
type: repository
32+
desc: IzzyOnDroid
33+
family: izzyondroid
34+
ruleset: fdroid
35+
minpackages: 10
36+
sources:
37+
- name: index.xml
38+
fetcher:
39+
class: FileFetcher
40+
url: https://apt.izzysoft.de/fdroid/repo/index.xml
41+
parser:
42+
class: FDroidParser
43+
shadow: true
44+
repolinks:
45+
- desc: IzzyOnDroid
46+
url: https://apt.izzysoft.de/fdroid/index.php
47+
- desc: IzzyOnDroid info page
48+
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)."
49+
packagelinks:
50+
- type: PACKAGE_HOMEPAGE
51+
url: 'https://apt.izzysoft.de/fdroid/index/apk/{srcname}'
52+
groups: [ all, production, android ]

0 commit comments

Comments
 (0)