diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-06-03 14:32:36 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-06-03 14:32:36 +0000 |
| commit | 93a354611e38a6949add5c2e5ccc93ef79b9755f (patch) | |
| tree | 7fee41752b1047d74c59f8ee046cd62735e7e934 /fuse | |
| parent | 35912580b66e9439f91ea441938828ad8aa33b0d (diff) | |
| download | alicelinux-93a354611e38a6949add5c2e5ccc93ef79b9755f.tar.gz alicelinux-93a354611e38a6949add5c2e5ccc93ef79b9755f.zip | |
Woodpecker CI 5171f1fdd74e7137c305450dd69a29fa5be4143f [SKIP CI]
Diffstat (limited to 'fuse')
| -rw-r--r-- | fuse/.checksum | 1 | ||||
| -rw-r--r-- | fuse/.files | 28 | ||||
| -rw-r--r-- | fuse/abuild | 8 | ||||
| -rw-r--r-- | fuse/outdated | 1 |
4 files changed, 38 insertions, 0 deletions
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 |