Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

design notes #20

Open
naturallymitchell opened this issue Dec 21, 2018 · 5 comments
Open

design notes #20

naturallymitchell opened this issue Dec 21, 2018 · 5 comments

Comments

@naturallymitchell
Copy link
Member

Machu Picchu is a systems-level package manager, as well as an app-level dependency manager. When run by a user, it will install using the default, currently only-level, permissions and use its own directory.

refresh: get current manifest from each app store (stored in mp/manifests?)
stores: list/add/remove (kept in mp/stores?)
search: search for an app by name/description from stores' manifests
install: download the latest available version and put it in a runnable location
upgrade: basically install again
remove: (wipe?)

@Hellfar
Copy link
Contributor

Hellfar commented Dec 21, 2018

I suggest:
refresh: get current manifest from each app store (stored in mp/manifests?)
stores: list/add/remove (kept in mp/stores?)
search -> refresh and then: search for an app by name/description from stores' manifests
install -> search and then: download the latest available version of the best corresponding and put it in a runnable location
upgrade: basically install again (alias ?)
remove: (wipe?)

@naturallymitchell
Copy link
Member Author

"sync" isn't a good command name, but we're copying peru for it to install dependencies

"resolve needs" = "unpackage" / "unwrap"

@naturallymitchell
Copy link
Member Author

unpackage ~= extract
(but more complex and interesting)

@naturallymitchell
Copy link
Member Author

Unpack

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants