mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
Renamed deadlightreal-swiftnet to morcules-swiftnet (#48816)
Co-authored-by: deadlightreal <richardfabianmain@gmail.com>
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
deadlightreal-swiftnet provides CMake targets:
|
||||
|
||||
find_package(deadlightreal-swiftnet REQUIRED)
|
||||
target_link_libraries(main PRIVATE swiftnet::swiftnet)
|
||||
@@ -1,15 +0,0 @@
|
||||
{
|
||||
"name": "deadlightreal-swiftnet",
|
||||
"version": "0.3.0",
|
||||
"description": "SwiftNet is a C networking library built on raw sockets with no external dependencies, providing a clean and readable API.",
|
||||
"homepage": "https://github.com/deadlightreal/SwiftNet",
|
||||
"license": "Apache-2.0",
|
||||
"supports": "(osx & arm64) | (linux & arm64)",
|
||||
"dependencies": [
|
||||
"libpcap",
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO deadlightreal/SwiftNet
|
||||
REPO morcules/SwiftNet
|
||||
REF "${VERSION}"
|
||||
SHA512 af2e1e9691a9579dd9443b4ec2b7ad28955d2f56035d92f359e186b2565c3ee5d7eb71e3d97d1e9d9e0bf4bf9abdb48a58e360324dca6a7d68ecd0878f3bb798
|
||||
SHA512 d4eec1ffe8f70488b7a8dd4297ecdafac75b618e62eac3b6dd8a9634157d322da5b3aa6631ce74536887e83af97548c6ab014aa95536ea179aeef278c2c39e8d
|
||||
)
|
||||
|
||||
vcpkg_cmake_configure(
|
||||
4
ports/morcules-swiftnet/usage
Normal file
4
ports/morcules-swiftnet/usage
Normal file
@@ -0,0 +1,4 @@
|
||||
morcules-swiftnet provides CMake targets:
|
||||
|
||||
find_package(morcules-swiftnet REQUIRED)
|
||||
target_link_libraries(main PRIVATE swiftnet::swiftnet)
|
||||
15
ports/morcules-swiftnet/vcpkg.json
Normal file
15
ports/morcules-swiftnet/vcpkg.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "morcules-swiftnet",
|
||||
"version": "0.3.0",
|
||||
"description": "SwiftNet is a C networking library built using pcap, providing a clean and readable API.",
|
||||
"homepage": "https://github.com/morcules/SwiftNet",
|
||||
"license": "Apache-2.0",
|
||||
"supports": "(osx & arm64) | (linux & arm64)",
|
||||
"dependencies": [
|
||||
"libpcap",
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -2400,10 +2400,6 @@
|
||||
"baseline": "3.6.9",
|
||||
"port-version": 2
|
||||
},
|
||||
"deadlightreal-swiftnet": {
|
||||
"baseline": "0.3.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"debug-assert": {
|
||||
"baseline": "1.3.4",
|
||||
"port-version": 0
|
||||
@@ -6520,6 +6516,10 @@
|
||||
"baseline": "10.0.1",
|
||||
"port-version": 5
|
||||
},
|
||||
"morcules-swiftnet": {
|
||||
"baseline": "0.3.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"morphologica": {
|
||||
"baseline": "4.0",
|
||||
"port-version": 0
|
||||
|
||||
9
versions/m-/morcules-swiftnet.json
Normal file
9
versions/m-/morcules-swiftnet.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "c11e54df71db0224813dc2a853b55987dddbc958",
|
||||
"version": "0.3.0",
|
||||
"port-version": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user