Compare commits

..
2 Commits
Author SHA1 Message Date
EnumDev 2207751f45 Switch to new package format 2026-06-13 19:59:16 +03:00
EnumDev cf1a85a286 Update .gitignore 2026-02-24 12:44:36 +02:00
3 changed files with 7 additions and 2 deletions
+3
View File
@@ -0,0 +1,3 @@
# Ignore BPM archives and signatures
*.bpm
*.bpm.sig
+3 -1
View File
@@ -1,9 +1,11 @@
name: fuse2 name: fuse2
description: The reference implementation of the Linux FUSE (Filesystem in Userspace) interface description: The reference implementation of the Linux FUSE (Filesystem in Userspace) interface
version: 2.9.9 version: 2.9.9
revision: 3 revision: 4
url: https://github.com/libfuse/libfuse url: https://github.com/libfuse/libfuse
license: GPL2,LGPL2.1 license: GPL2,LGPL2.1
maintainers:
- [email protected]
architecture: any architecture: any
type: source type: source
depends: depends:
+1 -1
View File
@@ -1,4 +1,4 @@
# This is the source.sh script. It is executed by BPM in a temporary directory when compiling a source package # This is the recipe.sh script. It is executed by BPM in a temporary directory when compiling a source package
# BPM Expects the source code to be extracted into the automatically created 'source' directory which can be accessed using $BPM_SOURCE # BPM Expects the source code to be extracted into the automatically created 'source' directory which can be accessed using $BPM_SOURCE
# BPM Expects the output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT # BPM Expects the output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT