From 93a354611e38a6949add5c2e5ccc93ef79b9755f Mon Sep 17 00:00:00 2001 From: Woodpecker CI Date: Tue, 3 Jun 2025 14:32:36 +0000 Subject: Woodpecker CI 5171f1fdd74e7137c305450dd69a29fa5be4143f [SKIP CI] --- fuse/.checksum | 1 + fuse/.files | 28 ++++++++++++++++++++++++++++ fuse/abuild | 8 ++++++++ fuse/outdated | 1 + 4 files changed, 38 insertions(+) create mode 100644 fuse/.checksum create mode 100644 fuse/.files create mode 100644 fuse/abuild create mode 100644 fuse/outdated (limited to 'fuse') diff --git a/fuse/.checksum b/fuse/.checksum new file mode 100644 index 00000000..d922afa7 --- /dev/null +++ b/fuse/.checksum @@ -0,0 +1 @@ +6b82ca4d71520d080cc62bab3fd38543fd92c065953b94d2ffbfaae210562342 fuse-3.16.2.tar.gz diff --git a/fuse/.files b/fuse/.files new file mode 100644 index 00000000..23428575 --- /dev/null +++ b/fuse/.files @@ -0,0 +1,28 @@ +drwxr-xr-x root/root etc/ +-rw-r--r-- root/root etc/fuse.conf.new +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwsr-xr-x root/root usr/bin/fusermount3 +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/fuse3/ +-rw-r--r-- root/root usr/include/fuse3/cuse_lowlevel.h +-rw-r--r-- root/root usr/include/fuse3/fuse.h +-rw-r--r-- root/root usr/include/fuse3/fuse_common.h +-rw-r--r-- root/root usr/include/fuse3/fuse_log.h +-rw-r--r-- root/root usr/include/fuse3/fuse_lowlevel.h +-rw-r--r-- root/root usr/include/fuse3/fuse_opt.h +-rw-r--r-- root/root usr/include/fuse3/libfuse_config.h +drwxr-xr-x root/root usr/lib/ +lrwxrwxrwx root/root usr/lib/libfuse3.so -> libfuse3.so.3 +lrwxrwxrwx root/root usr/lib/libfuse3.so.3 -> libfuse3.so.3.16.2 +-rwxr-xr-x root/root usr/lib/libfuse3.so.3.16.2 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/fuse3.pc +drwxr-xr-x root/root usr/sbin/ +-rwxr-xr-x root/root usr/sbin/mount.fuse3 +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/fusermount3.1.gz +drwxr-xr-x root/root usr/share/man/man8/ +-rw-r--r-- root/root usr/share/man/man8/mount.fuse3.8.gz diff --git a/fuse/abuild b/fuse/abuild new file mode 100644 index 00000000..ad8e1367 --- /dev/null +++ b/fuse/abuild @@ -0,0 +1,8 @@ +name=fuse +version=3.16.2 +release=1 +source="https://github.com/lib$name/lib$name/releases/download/$name-$version/$name-$version.tar.gz" + +postbuild() { + rm -rf $PKG/dev $PKG/etc/init.d/ +} diff --git a/fuse/outdated b/fuse/outdated new file mode 100644 index 00000000..c7c43e26 --- /dev/null +++ b/fuse/outdated @@ -0,0 +1 @@ +name=fusefs:3 -- cgit v1.2.3