-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
[tree.hh] Add new port. #20427
[tree.hh] Add new port. #20427
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Hconk, thanks for your PR!
ports/treehh/portfile.cmake
Outdated
file(INSTALL ${SOURCE_PATH}/src/tree.hh DESTINATION ${CURRENT_PACKAGES_DIR}/include) | ||
file(INSTALL ${SOURCE_PATH}/src/tree.hh DESTINATION ${CURRENT_PACKAGES_DIR}/share/treehh RENAME copyright) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
file(INSTALL ${SOURCE_PATH}/src/tree.hh DESTINATION ${CURRENT_PACKAGES_DIR}/include) | |
file(INSTALL ${SOURCE_PATH}/src/tree.hh DESTINATION ${CURRENT_PACKAGES_DIR}/share/treehh RENAME copyright) | |
file(INSTALL "${SOURCE_PATH}/src/tree.hh" DESTINATION "${CURRENT_PACKAGES_DIR}/include") | |
file(INSTALL "${SOURCE_PATH}/src/tree.hh" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Hconk, Could you minimize the copyright? please only include the license information instead.
@BillyONeal, do we need install tree.hh into a subidrectory like treehh/tree.hh?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, move tree.hh to treehh/tree.hh , and minimize the copyright.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your updates!
Thanks for the new port! |
Add a new port tree.hh
An STL-like C++ header-only tree library
What does your PR fix?
[New Port Request] tree.hh #19799
Which triplets are supported/not supported? Have you updated the CI baseline?
all, No
Does your PR follow the maintainer guide?
Yes
If you have added/updated a port: Have you run
./vcpkg x-add-version --all
and committed the result?Yes
If you are still working on the PR, open it as a Draft: https://github.blog/2019-02-14-introducing-draft-pull-requests/