Compare commits
2
Commits
5858f2cfdd
..
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2207751f45
|
||
|
|
cf1a85a286
|
@@ -0,0 +1,3 @@
|
||||
# Ignore BPM archives and signatures
|
||||
*.bpm
|
||||
*.bpm.sig
|
||||
+3
-1
@@ -1,9 +1,11 @@
|
||||
name: fuse2
|
||||
description: The reference implementation of the Linux FUSE (Filesystem in Userspace) interface
|
||||
version: 2.9.9
|
||||
revision: 3
|
||||
revision: 4
|
||||
url: https://github.com/libfuse/libfuse
|
||||
license: GPL2,LGPL2.1
|
||||
maintainers:
|
||||
- [email protected]
|
||||
architecture: any
|
||||
type: source
|
||||
depends:
|
||||
@@ -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 output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT
|
||||
|
||||
Reference in New Issue
Block a user