mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:00:19 +08:00
[libfuse] add new port (#37314)
This commit is contained in:
parent
5510cb8d18
commit
bdc038b4f6
21
ports/libfuse/portfile.cmake
Normal file
21
ports/libfuse/portfile.cmake
Normal 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
14
ports/libfuse/vcpkg.json
Normal 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
|
||||
}
|
||||
]
|
||||
}
|
@ -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
9
versions/l-/libfuse.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "587b231c6c0041d8dfb96e08c8b8686870d829e2",
|
||||
"version": "3.16.2",
|
||||
"port-version": 0
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user