Skip to content

Commit

Permalink
[libcrafter] no absolute paths (#21856)
Browse files Browse the repository at this point in the history
  • Loading branch information
autoantwort committed Dec 7, 2021
1 parent 947b992 commit 2705117
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions ports/libcrafter/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ vcpkg_install_make()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")

vcpkg_copy_pdbs()
vcpkg_fixup_pkgconfig()

# Handle copyright
file(INSTALL "${SOURCE_PATH}/libcrafter/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
1 change: 1 addition & 0 deletions ports/libcrafter/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "libcrafter",
"version": "1.0",
"port-version": 1,
"description": "Libcrafter is a high level library for C++ designed to create and decode network packets.",
"homepage": "https://github.com/pellegre/libcrafter",
"supports": "!windows",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3374,7 +3374,7 @@
},
"libcrafter": {
"baseline": "1.0",
"port-version": 0
"port-version": 1
},
"libcroco": {
"baseline": "0.6.13",
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/libcrafter.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "f8fd06400911305144ebbecfd5f4ab627cf40743",
"version": "1.0",
"port-version": 1
},
{
"git-tree": "2d64cfcfa4f2d76c110499477112db136cca34ca",
"version": "1.0",
Expand Down

0 comments on commit 2705117

Please sign in to comment.