Skip to content

Commit

Permalink
[libfuse] add new port (#37314)
Browse files Browse the repository at this point in the history
  • Loading branch information
FredyVia committed Mar 13, 2024
1 parent 5510cb8 commit bdc038b
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 0 deletions.
21 changes: 21 additions & 0 deletions ports/libfuse/portfile.cmake
Original file line number Diff line number Diff line change
@@ -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 changes: 14 additions & 0 deletions ports/libfuse/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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
}
]
}
4 changes: 4 additions & 0 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 9 additions & 0 deletions versions/l-/libfuse.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "587b231c6c0041d8dfb96e08c8b8686870d829e2",
"version": "3.16.2",
"port-version": 0
}
]
}

0 comments on commit bdc038b

Please sign in to comment.