Switch to new download format, split package and move mount.fuse3 to usr/bin
This commit is contained in:
@@ -1,9 +1,26 @@
|
||||
name: fuse3
|
||||
description: The reference implementation of the Linux FUSE (Filesystem in Userspace) interface
|
||||
version: 3.17.4
|
||||
revision: 2
|
||||
url: https://github.com/libfuse/libfuse
|
||||
license: GPL2
|
||||
license: GPL2-or-later,LGPL2.1-or-later
|
||||
architecture: any
|
||||
depends: ["glibc"]
|
||||
make_depends: ["meson","pkgconf","udev"]
|
||||
type: source
|
||||
make_depends:
|
||||
- meson
|
||||
- pkgconf
|
||||
- udev
|
||||
downloads:
|
||||
- url: https://github.com/libfuse/libfuse/releases/download/fuse-${BPM_PKG_VERSION}/fuse-${BPM_PKG_VERSION}.tar.gz
|
||||
extract_to: ${BPM_SOURCE}
|
||||
extract_strip_components: 1
|
||||
checksum: df9e40ae927b73dc702d0bce7925c0c618af47ad0b13204fbf2be66e54d8528b
|
||||
split_packages:
|
||||
- name: fuse3
|
||||
depends:
|
||||
- fuse-common
|
||||
- glibc
|
||||
- name: fuse-common
|
||||
description: Common files for fuse packages
|
||||
keep:
|
||||
- etc/fuse.conf
|
||||
|
||||
Reference in New Issue
Block a user