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

Support for pseudo packages #2155

Open
medoni opened this issue Mar 26, 2018 · 4 comments
Open

Support for pseudo packages #2155

medoni opened this issue Mar 26, 2018 · 4 comments

Comments

@medoni
Copy link

medoni commented Mar 26, 2018

is there any support for pseudo packages? For example:

// my-dev-env.json
{
    "version": "0.0.1",
    "depends": ["git", "vim", "wget"]
}

if i install this, i got

'my-dev-env' doesn't support 64bit architecture!
@rasa
Copy link
Member

rasa commented Mar 26, 2018

Not currently, as the URL field is required.

@excitoon
Copy link
Contributor

Just as a workaround, I've just released an empty zip (22 bytes):
https://github.com/excitoon/empty/releases/download/empty-1.0.7/empty-1.0.7.zip

@Harakku
Copy link

Harakku commented Aug 6, 2019

Any live url seems to work at least currently. I went with "url": "https://example.com".

@boskoop
Copy link

boskoop commented May 14, 2024

Is there any work going on with this? It is open since over 6 years and there were multiple duplicates for this enhancement.

It probably would help to specify what the desired design would be (make url optional, add a "metapackage" property, ..) so people could supply PRs.

Just for documentation, the workaround with an example url currently creates a WARN log:

WARN  Warning: No hash in manifest. SHA256 for '<sample-url>' is:
    <hash of GET to sample-url>

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

No branches or pull requests

5 participants