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

What is needed for IPK support? #4848

Open
2 of 3 tasks
schmidtw opened this issue May 9, 2024 · 1 comment
Open
2 of 3 tasks

What is needed for IPK support? #4848

schmidtw opened this issue May 9, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request triage Issue pending triage by one of the maintainers

Comments

@schmidtw
Copy link

schmidtw commented May 9, 2024

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

I'd like to be able to package programs for OpenWRT and Yocto into IPK packages using nfpm.

Describe the solution you'd like

Extend the existing yaml configuration to support IPK and the features exposed via nfpm.

Describe alternatives you've considered

External solutions are a bit cumbersome.

Search

  • I did search for other open and closed issues before opening this

Supporter

Code of Conduct

  • I agree to follow this project's Code of Conduct

Additional context

I'm more than happy to help with this effort.

@schmidtw schmidtw added enhancement New feature or request triage Issue pending triage by one of the maintainers labels May 9, 2024
@caarlos0
Copy link
Member

caarlos0 commented May 9, 2024

hey!

basically the steps are:

  • release nfpm
  • update the nfpm dep in here
  • add the new needed config bits to config.go
  • map them in nfpm.go
  • add a test that covers that
  • update docs

caarlos0 added a commit that referenced this issue May 9, 2024
refs #4848

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request triage Issue pending triage by one of the maintainers
Projects
None yet
Development

No branches or pull requests

2 participants