Skip to content

Commit

Permalink
Add izzyondroid repository
Browse files Browse the repository at this point in the history
  • Loading branch information
Pandapip1 committed Sep 30, 2024
1 parent 74587e8 commit e436bf1
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
1 change: 0 additions & 1 deletion 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 Down
26 changes: 26 additions & 0 deletions repos.d/izzyondroid.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
###########################################################################
# IzzyOnDroid andriod repository
###########################################################################
- name: izzyondroid
type: repository
desc: IzzyOnDroid F-Droid Repository
family: izzyondroid
ruleset: izzyondroid
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
packagelinks:
- type: PACKAGE_HOMEPAGE
url: 'https://apt.izzysoft.de/fdroid/index/apk/{srcname}'
- type: PACKAGE_RECIPE
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)."
groups: [ all, production ]

0 comments on commit e436bf1

Please sign in to comment.