[libfuse] add new port (#37314)

This commit is contained in:
FredyVia 2024-03-14 06:51:10 +08:00 committed by GitHub
parent 5510cb8d18
commit bdc038b4f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 48 additions and 0 deletions

View File

@ -0,0 +1,21 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO libfuse/libfuse
REF "fuse-${VERSION}"
SHA512 e82581eec24f464bab7a2e2c18fa6b738e6f9f3f0a065c74a18727549159595d69e98772af87fa31fe1e632a6808cc40a788ad3d0330aba4937d4326b8bd5862
HEAD_REF master
)
vcpkg_configure_meson(
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
-Dutils=false
)
vcpkg_install_meson()
vcpkg_copy_pdbs()
vcpkg_fixup_pkgconfig()
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")

14
ports/libfuse/vcpkg.json Normal file
View File

@ -0,0 +1,14 @@
{
"name": "libfuse",
"version": "3.16.2",
"description": "The reference implementation of the Linux FUSE (Filesystem in Userspace) interface",
"homepage": "https://github.com/libfuse/libfuse",
"license": "LGPL-2.1 AND GPL-2.0",
"supports": "linux",
"dependencies": [
{
"name": "vcpkg-tool-meson",
"host": true
}
]
}

View File

@ -4304,6 +4304,10 @@
"baseline": "1.2.6",
"port-version": 2
},
"libfuse": {
"baseline": "3.16.2",
"port-version": 0
},
"libenvpp": {
"baseline": "1.4.0",
"port-version": 0

9
versions/l-/libfuse.json Normal file
View File

@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "587b231c6c0041d8dfb96e08c8b8686870d829e2",
"version": "3.16.2",
"port-version": 0
}
]
}