THIS IS AN OLD TEST VERSION, CURRENTLY MOVED TO THIS ORGANISATION
A Git based package manager made for Android using APKs
Caution
this project is a work in progress and is being made by non fully skilled people, it still has a long way to go, we are enthuthiastic about this project and hope in making it work soon. We have still not added anything to this project. We are in the process of planning it and intend to start it soon.
User requests package by 'apk install <package>'
|
|
|
v
Package is fetched from a Github repo --> • This will be done by either 'curl' or 'wget'
|
|
|
v
Package is installed as a compressed xz file --> • The xz files of packages will be stored in '/sdcard/.apkcli/tmp/txz'
-------------------------|-------------------------
| | |
| | |
v v v
APK is stored in Package is decompressed Original xz file is deleted
'/sdcard/.apkcli/APK/' |
|
|
v
APK is installed via 'pm install /sdcard/.apkcli/APK/<file>.apk'
- The package manager will contain not only APK packages, but also other tools to be installed normally on other package managers, tools such as
git
or maybenode
- This project is Licensed under BSD-3-Clause
- You can see the current test packages repos here