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 support for shipping extra files #106

Merged
merged 9 commits into from
Oct 31, 2022
Merged

Add support for shipping extra files #106

merged 9 commits into from
Oct 31, 2022

Conversation

agateau
Copy link
Owner

@agateau agateau commented Oct 31, 2022

This PR implements #9: it makes it possible to install extra files to complement the package files.

This is useful to add icon or .desktop entries.

It also opens the way to ship other files, like a package-specific script that clydetools fetch could use.

Closes #9.

This syntax:

    files:
      bin/foo:

was rewritten by clydetools as

    files:
      bin/foo: bin/foo

Because the shortcut "<filename>:<empty>" syntax was not implemented at the
right place.
Opens the way to providing extra files for packages.
This field makes it possible for Clyde packages to provide extra files to
install alongside the package.
Useful to get the $CLYDE_INST_DIR variable.
@agateau agateau merged commit dfb53d9 into main Oct 31, 2022
@agateau agateau deleted the package-dir branch October 31, 2022 18:24
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

Successfully merging this pull request may close these issues.

Allow shipping extra files for packages
1 participant