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 build --package feature. #7

Open
val-ms opened this issue Oct 15, 2019 · 0 comments
Open

Add build --package feature. #7

val-ms opened this issue Oct 15, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@val-ms
Copy link
Contributor

val-ms commented Oct 15, 2019

Add build --package option that copies the items located in directories such as "lib", "bin", "license" files for each of its dependencies to a specified directory, collocating all libraries and binaries in one directory.

  • Recipes could define a list of files in dictionary variable named distribute so the --package option knows what files to collect.
    • Two ways of defining the distributables are needed.
      • "library" if the recipe is being used as a dependency.
      • "application" if the recipe is the primary build target.
    • This feature must support globbing, so you can specify a directory or all files within the directory.
@val-ms val-ms added the enhancement New feature or request label May 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant