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

add binary deb support for xpack #5905

Open
jinke18 opened this issue Nov 29, 2024 · 3 comments
Open

add binary deb support for xpack #5905

jinke18 opened this issue Nov 29, 2024 · 3 comments

Comments

@jinke18
Copy link
Contributor

jinke18 commented Nov 29, 2024

Is your feature request related to a problem? Please describe.

xpack current support only source deb format, i want to submit a pr for binary deb format.

Describe the solution you'd like

how can i distinguish pack deb from source or pack deb from binary for deb format of xpack?
maybe we can use the api xpack:inputkind?
inputkind

Describe alternatives you've considered

No response

Additional context

No response

@waruqi
Copy link
Member

waruqi commented Nov 29, 2024

right, you can open a pr.

@jinke18
Copy link
Contributor Author

jinke18 commented Nov 30, 2024

we can distinguish source deb and binary deb using the api xpack:inputkind.
but we can't change the behavior of xpack using command line.
for example, we can't do this:

xmake pack -f deb -k binary

maybe we can add a new command option or add a new format name for binary deb format

@waruqi
Copy link
Member

waruqi commented Nov 30, 2024

you can use different package names. xpack("mysrcdeb"), mybindeb ...

{nil, "packages", "vs", nil, "The package names."}

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

2 participants