apkg (package management) #20
alexcoder04
started this conversation in
Ideas
Replies: 2 comments
-
Pre-release of apkg v1.0.0 was released just now, but it still needs a lot of testing, refactoring, error handling implementing etc., so it's not ready for interation quite yet, however, we are on a good way |
Beta Was this translation helpful? Give feedback.
0 replies
-
I guess it's time to decide which repositories we will have. I would suggest something like this:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Discussion about package management after switching to apkg as default package manager.
The roadmap for apkg is described here: lcpluginmaker/apkg#3
The idea is to have similar package management like most Linux distros:
*.lcpkg
packages, which are just zip files containing all the files of the corresponding package as well as the metadata.PackageList.txt
).*.lcpkg
files are built with an external script, because I'm not so good at C# -_-. However, it will be integrated into theapkg
command (subcommand calls the external script).Beta Was this translation helpful? Give feedback.
All reactions