Skip to content
This repository has been archived by the owner on Feb 15, 2025. It is now read-only.

Add support for downloading AppImages from https://apprepo.de/ #105

Closed
UriHerrera opened this issue Jan 8, 2022 · 1 comment
Closed
Labels
feature-request Issues to discuss future features to be added to this software.

Comments

@UriHerrera
Copy link
Member

Apprepo is a non-profit volunteer project inspired by the Linux App Store online services like snapcraft.io or flatpak.org. With this project, I am trying to prove the concept of a distro-agnostic package manager and application store for Linux systems.

From What is AppRepo?.

The website has 252 AppImages to date.

The developer has a GitHub organization here https://github.com/area-of-dev.

@UriHerrera UriHerrera added the feature-request Issues to discuss future features to be added to this software. label Jan 8, 2022
@probal31
Copy link
Contributor

probal31 commented Jan 10, 2022

Here is the api doc: https://apprepo.de/api/doc

The list of packages is available via this rest api: https://apprepo.de/rest/api/package/?format=json
API for categories: https://apprepo.de/rest/api/package/groups/?format=json

probal31 referenced this issue Jan 21, 2022
- App Repo store implementation
- API to fetch group
- API to fetch packages
- Added sources to cmake
probal31 added a commit that referenced this issue Jan 24, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Issues to discuss future features to be added to this software.
Projects
None yet
Development

No branches or pull requests

2 participants