Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Bikoil/ApkCLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

THIS IS AN OLD TEST VERSION, CURRENTLY MOVED TO THIS ORGANISATION


APK CLI

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.

How it works



          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'
                                

Info

What the package manager contains

  • 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 maybe node

License

  • This project is Licensed under BSD-3-Clause

Test Packages Repo

  • You can see the current test packages repos here

About

A CLI Package manager for Android APK

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages